File: compdoc.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 (44 lines) | stat: -rw-r--r-- 1,186 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Stubs for xlrd.compdoc (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from .timemachine import *
from typing import Any

SIGNATURE: bytes
EOCSID: int
FREESID: int
SATSID: int
MSATSID: int
EVILSID: int

class CompDocError(Exception): ...

class DirNode:
    DID: Any = ...
    logfile: Any = ...
    name: Any = ...
    children: Any = ...
    parent: int = ...
    tsinfo: Any = ...
    def __init__(self, DID: Any, dent: Any, DEBUG: int = ..., logfile: Any = ...) -> None: ...
    def dump(self, DEBUG: int = ...) -> None: ...

class CompDoc:
    logfile: Any = ...
    DEBUG: Any = ...
    mem: Any = ...
    sec_size: Any = ...
    short_sec_size: Any = ...
    mem_data_secs: Any = ...
    mem_data_len: Any = ...
    SAT: Any = ...
    dirlist: Any = ...
    SSCS: str = ...
    SSAT: Any = ...
    def __init__(self, mem: Any, logfile: Any = ..., DEBUG: int = ...) -> None: ...
    def get_named_stream(self, qname: Any): ...
    def locate_named_stream(self, qname: Any): ...

def x_dump_line(alist: Any, stride: Any, f: Any, dpos: Any, equal: int = ...) -> None: ...
def dump_list(alist: Any, stride: Any, f: Any = ...) -> None: ...