File: CompoundDoc.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 (25 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Stubs for xlwt.CompoundDoc (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

class XlsDoc:
    SECTOR_SIZE: int = ...
    MIN_LIMIT: int = ...
    SID_FREE_SECTOR: int = ...
    SID_END_OF_CHAIN: int = ...
    SID_USED_BY_SAT: int = ...
    SID_USED_BY_MSAT: int = ...
    book_stream_sect: Any = ...
    dir_stream: str = ...
    dir_stream_sect: Any = ...
    packed_SAT: str = ...
    SAT_sect: Any = ...
    packed_MSAT_1st: str = ...
    packed_MSAT_2nd: str = ...
    MSAT_sect_2nd: Any = ...
    header: str = ...
    def __init__(self) -> None: ...
    book_stream_len: Any = ...
    def save(self, file_name_or_filelike_obj: Any, stream: Any) -> None: ...