File: __init__.pyi

package info (click to toggle)
python-canmatrix 1.2~github-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: xml: 30,201; python: 14,631; makefile: 31; sh: 7
file content (13 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Stubs for xlwt (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from .Column import Column as Column
from .Formatting import Alignment, Borders, Font, Pattern, Protection
from .Row import Row as Row
from .Style import XFStyle as XFStyle, easyfont as easyfont, easyxf as easyxf
from .Workbook import Workbook as Workbook
from .Worksheet import Worksheet as Worksheet


__VERSION__: str