File: schema.pyi

package info (click to toggle)
typeshed 0.0~git20241223.ea91db2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 28,756 kB
  • sloc: python: 7,741; makefile: 20; sh: 18
file content (94 lines) | stat: -rw-r--r-- 2,141 bytes parent folder | download | duplicates (5)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
import sys

if sys.platform == "win32":
    from . import Table

    _Validation: Table
    ActionText: Table
    AdminExecuteSequence: Table
    Condition: Table
    AdminUISequence: Table
    AdvtExecuteSequence: Table
    AdvtUISequence: Table
    AppId: Table
    AppSearch: Table
    Property: Table
    BBControl: Table
    Billboard: Table
    Feature: Table
    Binary: Table
    BindImage: Table
    File: Table
    CCPSearch: Table
    CheckBox: Table
    Class: Table
    Component: Table
    Icon: Table
    ProgId: Table
    ComboBox: Table
    CompLocator: Table
    Complus: Table
    Directory: Table
    Control: Table
    Dialog: Table
    ControlCondition: Table
    ControlEvent: Table
    CreateFolder: Table
    CustomAction: Table
    DrLocator: Table
    DuplicateFile: Table
    Environment: Table
    Error: Table
    EventMapping: Table
    Extension: Table
    MIME: Table
    FeatureComponents: Table
    FileSFPCatalog: Table
    SFPCatalog: Table
    Font: Table
    IniFile: Table
    IniLocator: Table
    InstallExecuteSequence: Table
    InstallUISequence: Table
    IsolatedComponent: Table
    LaunchCondition: Table
    ListBox: Table
    ListView: Table
    LockPermissions: Table
    Media: Table
    MoveFile: Table
    MsiAssembly: Table
    MsiAssemblyName: Table
    MsiDigitalCertificate: Table
    MsiDigitalSignature: Table
    MsiFileHash: Table
    MsiPatchHeaders: Table
    ODBCAttribute: Table
    ODBCDriver: Table
    ODBCDataSource: Table
    ODBCSourceAttribute: Table
    ODBCTranslator: Table
    Patch: Table
    PatchPackage: Table
    PublishComponent: Table
    RadioButton: Table
    Registry: Table
    RegLocator: Table
    RemoveFile: Table
    RemoveIniFile: Table
    RemoveRegistry: Table
    ReserveCost: Table
    SelfReg: Table
    ServiceControl: Table
    ServiceInstall: Table
    Shortcut: Table
    Signature: Table
    TextStyle: Table
    TypeLib: Table
    UIText: Table
    Upgrade: Table
    Verb: Table

    tables: list[Table]

    _Validation_records: list[tuple[str, str, str, int | None, int | None, str | None, int | None, str | None, str | None, str]]