PySimultan 0.6.0.7__py3-none-any.whl → 0.6.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. PySimultan2/CHANGELOG.md +3 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +116 -5
  4. PySimultan2/default_types.py +17 -0
  5. PySimultan2/files.py +112 -11
  6. PySimultan2/utils.py +5 -4
  7. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/METADATA +1 -1
  8. pysimultan-0.6.1.dist-info/RECORD +76 -0
  9. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +0 -616
  10. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +0 -2538
  11. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +0 -499
  12. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +0 -2219
  13. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +0 -682
  14. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +0 -1654
  15. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +0 -442
  16. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +0 -193
  17. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +0 -367
  18. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +0 -116
  19. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +0 -212
  20. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +0 -232
  21. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +0 -916
  22. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +0 -15
  23. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +0 -268
  24. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +0 -32
  25. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +0 -116
  26. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +0 -433
  27. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +0 -435
  28. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +0 -103
  29. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +0 -122
  30. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +0 -1335
  31. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +0 -48
  32. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +0 -562
  33. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +0 -11
  34. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +0 -21
  35. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +0 -11
  36. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +0 -112
  37. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +0 -5
  38. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +0 -13
  39. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +0 -54
  40. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +0 -46
  41. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +0 -22
  42. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +0 -32
  43. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +0 -43
  44. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +0 -216
  45. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +0 -66
  46. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +0 -48
  47. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +0 -11
  48. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +0 -59
  49. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +0 -133
  50. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +0 -570
  51. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +0 -248
  52. PySimultan2/typings/System/Buffers/Text/__init__.pyi +0 -91
  53. PySimultan2/typings/System/Buffers/__init__.pyi +0 -192
  54. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +0 -137
  55. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +0 -47
  56. PySimultan2/typings/System/Collections/Generic/__init__.pyi +0 -1293
  57. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +0 -166
  58. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +0 -82
  59. PySimultan2/typings/System/Collections/__init__.pyi +0 -403
  60. PySimultan2/typings/System/ComponentModel/__init__.pyi +0 -582
  61. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +0 -30
  62. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +0 -315
  63. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +0 -297
  64. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +0 -9
  65. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +0 -641
  66. PySimultan2/typings/System/Diagnostics/__init__.pyi +0 -1101
  67. PySimultan2/typings/System/Globalization/__init__.pyi +0 -1675
  68. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +0 -125
  69. PySimultan2/typings/System/IO/__init__.pyi +0 -2747
  70. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +0 -1815
  71. PySimultan2/typings/System/Net/__init__.pyi +0 -81
  72. PySimultan2/typings/System/Numerics/__init__.pyi +0 -2853
  73. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +0 -1945
  74. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +0 -24
  75. PySimultan2/typings/System/Reflection/__init__.pyi +0 -2724
  76. PySimultan2/typings/System/Resources/__init__.pyi +0 -205
  77. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +0 -1926
  78. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +0 -49
  79. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +0 -34
  80. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +0 -758
  81. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +0 -461
  82. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +0 -48
  83. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +0 -2632
  84. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +0 -4757
  85. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +0 -844
  86. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +0 -5642
  87. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +0 -4504
  88. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +0 -63
  89. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +0 -7
  90. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +0 -269
  91. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +0 -200
  92. PySimultan2/typings/System/Runtime/__init__.pyi +0 -141
  93. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +0 -39
  94. PySimultan2/typings/System/Security/Permissions/__init__.pyi +0 -163
  95. PySimultan2/typings/System/Security/Principal/__init__.pyi +0 -45
  96. PySimultan2/typings/System/Security/__init__.pyi +0 -347
  97. PySimultan2/typings/System/Text/Unicode/__init__.pyi +0 -62
  98. PySimultan2/typings/System/Text/__init__.pyi +0 -1590
  99. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +0 -76
  100. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +0 -1403
  101. PySimultan2/typings/System/Threading/__init__.pyi +0 -1788
  102. PySimultan2/typings/System/Xml/Schema/__init__.pyi +0 -1255
  103. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +0 -16
  104. PySimultan2/typings/System/Xml/XPath/__init__.pyi +0 -474
  105. PySimultan2/typings/System/Xml/__init__.pyi +0 -2410
  106. PySimultan2/typings/System/__init__.pyi +0 -17821
  107. pysimultan-0.6.0.7.dist-info/RECORD +0 -174
  108. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/WHEEL +0 -0
  109. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -1,758 +0,0 @@
1
- import typing, clr, abc
2
- from System import Guid, Array_1
3
-
4
- class BIND_OPTS:
5
- cbStruct : int
6
- dwTickCountDeadline : int
7
- grfFlags : int
8
- grfMode : int
9
-
10
-
11
- class BINDPTR:
12
- lpfuncdesc : int
13
- lptcomp : int
14
- lpvardesc : int
15
-
16
-
17
- class CALLCONV(typing.SupportsInt):
18
- @typing.overload
19
- def __init__(self, value : int) -> None: ...
20
- @typing.overload
21
- def __init__(self, value : int, force_if_true: bool) -> None: ...
22
- def __int__(self) -> int: ...
23
-
24
- # Values:
25
- CC_CDECL : CALLCONV # 1
26
- CC_MSCPASCAL : CALLCONV # 2
27
- CC_PASCAL : CALLCONV # 2
28
- CC_MACPASCAL : CALLCONV # 3
29
- CC_STDCALL : CALLCONV # 4
30
- CC_RESERVED : CALLCONV # 5
31
- CC_SYSCALL : CALLCONV # 6
32
- CC_MPWCDECL : CALLCONV # 7
33
- CC_MPWPASCAL : CALLCONV # 8
34
- CC_MAX : CALLCONV # 9
35
-
36
-
37
- class CONNECTDATA:
38
- dwCookie : int
39
- pUnk : typing.Any
40
-
41
-
42
- class DESCKIND(typing.SupportsInt):
43
- @typing.overload
44
- def __init__(self, value : int) -> None: ...
45
- @typing.overload
46
- def __init__(self, value : int, force_if_true: bool) -> None: ...
47
- def __int__(self) -> int: ...
48
-
49
- # Values:
50
- DESCKIND_NONE : DESCKIND # 0
51
- DESCKIND_FUNCDESC : DESCKIND # 1
52
- DESCKIND_VARDESC : DESCKIND # 2
53
- DESCKIND_TYPECOMP : DESCKIND # 3
54
- DESCKIND_IMPLICITAPPOBJ : DESCKIND # 4
55
- DESCKIND_MAX : DESCKIND # 5
56
-
57
-
58
- class DISPPARAMS:
59
- cArgs : int
60
- cNamedArgs : int
61
- rgdispidNamedArgs : int
62
- rgvarg : int
63
-
64
-
65
- class ELEMDESC:
66
- desc : ELEMDESC.DESCUNION
67
- tdesc : TYPEDESC
68
-
69
- class DESCUNION:
70
- idldesc : IDLDESC
71
- paramdesc : PARAMDESC
72
-
73
-
74
-
75
- class EXCEPINFO:
76
- bstrDescription : str
77
- bstrHelpFile : str
78
- bstrSource : str
79
- dwHelpContext : int
80
- pfnDeferredFillIn : int
81
- pvReserved : int
82
- scode : int
83
- wCode : int
84
- wReserved : int
85
-
86
-
87
- class FILETIME:
88
- dwHighDateTime : int
89
- dwLowDateTime : int
90
-
91
-
92
- class FUNCDESC:
93
- callconv : CALLCONV
94
- cParams : int
95
- cParamsOpt : int
96
- cScodes : int
97
- elemdescFunc : ELEMDESC
98
- funckind : FUNCKIND
99
- invkind : INVOKEKIND
100
- lprgelemdescParam : int
101
- lprgscode : int
102
- memid : int
103
- oVft : int
104
- wFuncFlags : int
105
-
106
-
107
- class FUNCFLAGS(typing.SupportsInt):
108
- @typing.overload
109
- def __init__(self, value : int) -> None: ...
110
- @typing.overload
111
- def __init__(self, value : int, force_if_true: bool) -> None: ...
112
- def __int__(self) -> int: ...
113
-
114
- # Values:
115
- FUNCFLAG_FRESTRICTED : FUNCFLAGS # 1
116
- FUNCFLAG_FSOURCE : FUNCFLAGS # 2
117
- FUNCFLAG_FBINDABLE : FUNCFLAGS # 4
118
- FUNCFLAG_FREQUESTEDIT : FUNCFLAGS # 8
119
- FUNCFLAG_FDISPLAYBIND : FUNCFLAGS # 16
120
- FUNCFLAG_FDEFAULTBIND : FUNCFLAGS # 32
121
- FUNCFLAG_FHIDDEN : FUNCFLAGS # 64
122
- FUNCFLAG_FUSESGETLASTERROR : FUNCFLAGS # 128
123
- FUNCFLAG_FDEFAULTCOLLELEM : FUNCFLAGS # 256
124
- FUNCFLAG_FUIDEFAULT : FUNCFLAGS # 512
125
- FUNCFLAG_FNONBROWSABLE : FUNCFLAGS # 1024
126
- FUNCFLAG_FREPLACEABLE : FUNCFLAGS # 2048
127
- FUNCFLAG_FIMMEDIATEBIND : FUNCFLAGS # 4096
128
-
129
-
130
- class FUNCKIND(typing.SupportsInt):
131
- @typing.overload
132
- def __init__(self, value : int) -> None: ...
133
- @typing.overload
134
- def __init__(self, value : int, force_if_true: bool) -> None: ...
135
- def __int__(self) -> int: ...
136
-
137
- # Values:
138
- FUNC_VIRTUAL : FUNCKIND # 0
139
- FUNC_PUREVIRTUAL : FUNCKIND # 1
140
- FUNC_NONVIRTUAL : FUNCKIND # 2
141
- FUNC_STATIC : FUNCKIND # 3
142
- FUNC_DISPATCH : FUNCKIND # 4
143
-
144
-
145
- class IBindCtx(typing.Protocol):
146
- @abc.abstractmethod
147
- def EnumObjectParam(self, ppenum: clr.Reference[IEnumString]) -> None: ...
148
- @abc.abstractmethod
149
- def GetBindOptions(self, pbindopts: clr.Reference[BIND_OPTS]) -> None: ...
150
- @abc.abstractmethod
151
- def GetObjectParam(self, pszKey: str, ppunk: clr.Reference[typing.Any]) -> None: ...
152
- @abc.abstractmethod
153
- def GetRunningObjectTable(self, pprot: clr.Reference[IRunningObjectTable]) -> None: ...
154
- @abc.abstractmethod
155
- def RegisterObjectBound(self, punk: typing.Any) -> None: ...
156
- @abc.abstractmethod
157
- def RegisterObjectParam(self, pszKey: str, punk: typing.Any) -> None: ...
158
- @abc.abstractmethod
159
- def ReleaseBoundObjects(self) -> None: ...
160
- @abc.abstractmethod
161
- def RevokeObjectBound(self, punk: typing.Any) -> None: ...
162
- @abc.abstractmethod
163
- def RevokeObjectParam(self, pszKey: str) -> int: ...
164
- @abc.abstractmethod
165
- def SetBindOptions(self, pbindopts: clr.Reference[BIND_OPTS]) -> None: ...
166
-
167
-
168
- class IConnectionPoint(typing.Protocol):
169
- @abc.abstractmethod
170
- def Advise(self, pUnkSink: typing.Any, pdwCookie: clr.Reference[int]) -> None: ...
171
- @abc.abstractmethod
172
- def EnumConnections(self, ppEnum: clr.Reference[IEnumConnections]) -> None: ...
173
- @abc.abstractmethod
174
- def GetConnectionInterface(self, pIID: clr.Reference[Guid]) -> None: ...
175
- @abc.abstractmethod
176
- def GetConnectionPointContainer(self, ppCPC: clr.Reference[IConnectionPointContainer]) -> None: ...
177
- @abc.abstractmethod
178
- def Unadvise(self, dwCookie: int) -> None: ...
179
-
180
-
181
- class IConnectionPointContainer(typing.Protocol):
182
- @abc.abstractmethod
183
- def EnumConnectionPoints(self, ppEnum: clr.Reference[IEnumConnectionPoints]) -> None: ...
184
- @abc.abstractmethod
185
- def FindConnectionPoint(self, riid: clr.Reference[Guid], ppCP: clr.Reference[IConnectionPoint]) -> None: ...
186
-
187
-
188
- class IDLDESC:
189
- dwReserved : int
190
- wIDLFlags : IDLFLAG
191
-
192
-
193
- class IDLFLAG(typing.SupportsInt):
194
- @typing.overload
195
- def __init__(self, value : int) -> None: ...
196
- @typing.overload
197
- def __init__(self, value : int, force_if_true: bool) -> None: ...
198
- def __int__(self) -> int: ...
199
-
200
- # Values:
201
- IDLFLAG_NONE : IDLFLAG # 0
202
- IDLFLAG_FIN : IDLFLAG # 1
203
- IDLFLAG_FOUT : IDLFLAG # 2
204
- IDLFLAG_FLCID : IDLFLAG # 4
205
- IDLFLAG_FRETVAL : IDLFLAG # 8
206
-
207
-
208
- class IEnumConnectionPoints(typing.Protocol):
209
- @abc.abstractmethod
210
- def Clone(self, ppenum: clr.Reference[IEnumConnectionPoints]) -> None: ...
211
- @abc.abstractmethod
212
- def Next(self, celt: int, rgelt: Array_1[IConnectionPoint], pceltFetched: int) -> int: ...
213
- @abc.abstractmethod
214
- def Reset(self) -> None: ...
215
- @abc.abstractmethod
216
- def Skip(self, celt: int) -> int: ...
217
-
218
-
219
- class IEnumConnections(typing.Protocol):
220
- @abc.abstractmethod
221
- def Clone(self, ppenum: clr.Reference[IEnumConnections]) -> None: ...
222
- @abc.abstractmethod
223
- def Next(self, celt: int, rgelt: Array_1[CONNECTDATA], pceltFetched: int) -> int: ...
224
- @abc.abstractmethod
225
- def Reset(self) -> None: ...
226
- @abc.abstractmethod
227
- def Skip(self, celt: int) -> int: ...
228
-
229
-
230
- class IEnumMoniker(typing.Protocol):
231
- @abc.abstractmethod
232
- def Clone(self, ppenum: clr.Reference[IEnumMoniker]) -> None: ...
233
- @abc.abstractmethod
234
- def Next(self, celt: int, rgelt: Array_1[IMoniker], pceltFetched: int) -> int: ...
235
- @abc.abstractmethod
236
- def Reset(self) -> None: ...
237
- @abc.abstractmethod
238
- def Skip(self, celt: int) -> int: ...
239
-
240
-
241
- class IEnumString(typing.Protocol):
242
- @abc.abstractmethod
243
- def Clone(self, ppenum: clr.Reference[IEnumString]) -> None: ...
244
- @abc.abstractmethod
245
- def Next(self, celt: int, rgelt: Array_1[str], pceltFetched: int) -> int: ...
246
- @abc.abstractmethod
247
- def Reset(self) -> None: ...
248
- @abc.abstractmethod
249
- def Skip(self, celt: int) -> int: ...
250
-
251
-
252
- class IEnumVARIANT(typing.Protocol):
253
- @abc.abstractmethod
254
- def Clone(self) -> IEnumVARIANT: ...
255
- @abc.abstractmethod
256
- def Next(self, celt: int, rgVar: Array_1[typing.Any], pceltFetched: int) -> int: ...
257
- @abc.abstractmethod
258
- def Reset(self) -> int: ...
259
- @abc.abstractmethod
260
- def Skip(self, celt: int) -> int: ...
261
-
262
-
263
- class IMoniker(typing.Protocol):
264
- @abc.abstractmethod
265
- def BindToObject(self, pbc: IBindCtx, pmkToLeft: IMoniker, riidResult: clr.Reference[Guid], ppvResult: clr.Reference[typing.Any]) -> None: ...
266
- @abc.abstractmethod
267
- def BindToStorage(self, pbc: IBindCtx, pmkToLeft: IMoniker, riid: clr.Reference[Guid], ppvObj: clr.Reference[typing.Any]) -> None: ...
268
- @abc.abstractmethod
269
- def CommonPrefixWith(self, pmkOther: IMoniker, ppmkPrefix: clr.Reference[IMoniker]) -> None: ...
270
- @abc.abstractmethod
271
- def ComposeWith(self, pmkRight: IMoniker, fOnlyIfNotGeneric: bool, ppmkComposite: clr.Reference[IMoniker]) -> None: ...
272
- @abc.abstractmethod
273
- def Enum(self, fForward: bool, ppenumMoniker: clr.Reference[IEnumMoniker]) -> None: ...
274
- @abc.abstractmethod
275
- def GetClassID(self, pClassID: clr.Reference[Guid]) -> None: ...
276
- @abc.abstractmethod
277
- def GetDisplayName(self, pbc: IBindCtx, pmkToLeft: IMoniker, ppszDisplayName: clr.Reference[str]) -> None: ...
278
- @abc.abstractmethod
279
- def GetSizeMax(self, pcbSize: clr.Reference[int]) -> None: ...
280
- @abc.abstractmethod
281
- def GetTimeOfLastChange(self, pbc: IBindCtx, pmkToLeft: IMoniker, pFileTime: clr.Reference[FILETIME]) -> None: ...
282
- @abc.abstractmethod
283
- def Hash(self, pdwHash: clr.Reference[int]) -> None: ...
284
- @abc.abstractmethod
285
- def Inverse(self, ppmk: clr.Reference[IMoniker]) -> None: ...
286
- @abc.abstractmethod
287
- def IsDirty(self) -> int: ...
288
- @abc.abstractmethod
289
- def IsEqual(self, pmkOtherMoniker: IMoniker) -> int: ...
290
- @abc.abstractmethod
291
- def IsRunning(self, pbc: IBindCtx, pmkToLeft: IMoniker, pmkNewlyRunning: IMoniker) -> int: ...
292
- @abc.abstractmethod
293
- def IsSystemMoniker(self, pdwMksys: clr.Reference[int]) -> int: ...
294
- @abc.abstractmethod
295
- def Load(self, pStm: IStream) -> None: ...
296
- @abc.abstractmethod
297
- def ParseDisplayName(self, pbc: IBindCtx, pmkToLeft: IMoniker, pszDisplayName: str, pchEaten: clr.Reference[int], ppmkOut: clr.Reference[IMoniker]) -> None: ...
298
- @abc.abstractmethod
299
- def Reduce(self, pbc: IBindCtx, dwReduceHowFar: int, ppmkToLeft: clr.Reference[IMoniker], ppmkReduced: clr.Reference[IMoniker]) -> None: ...
300
- @abc.abstractmethod
301
- def RelativePathTo(self, pmkOther: IMoniker, ppmkRelPath: clr.Reference[IMoniker]) -> None: ...
302
- @abc.abstractmethod
303
- def Save(self, pStm: IStream, fClearDirty: bool) -> None: ...
304
-
305
-
306
- class IMPLTYPEFLAGS(typing.SupportsInt):
307
- @typing.overload
308
- def __init__(self, value : int) -> None: ...
309
- @typing.overload
310
- def __init__(self, value : int, force_if_true: bool) -> None: ...
311
- def __int__(self) -> int: ...
312
-
313
- # Values:
314
- IMPLTYPEFLAG_FDEFAULT : IMPLTYPEFLAGS # 1
315
- IMPLTYPEFLAG_FSOURCE : IMPLTYPEFLAGS # 2
316
- IMPLTYPEFLAG_FRESTRICTED : IMPLTYPEFLAGS # 4
317
- IMPLTYPEFLAG_FDEFAULTVTABLE : IMPLTYPEFLAGS # 8
318
-
319
-
320
- class INVOKEKIND(typing.SupportsInt):
321
- @typing.overload
322
- def __init__(self, value : int) -> None: ...
323
- @typing.overload
324
- def __init__(self, value : int, force_if_true: bool) -> None: ...
325
- def __int__(self) -> int: ...
326
-
327
- # Values:
328
- INVOKE_FUNC : INVOKEKIND # 1
329
- INVOKE_PROPERTYGET : INVOKEKIND # 2
330
- INVOKE_PROPERTYPUT : INVOKEKIND # 4
331
- INVOKE_PROPERTYPUTREF : INVOKEKIND # 8
332
-
333
-
334
- class IPersistFile(typing.Protocol):
335
- @abc.abstractmethod
336
- def GetClassID(self, pClassID: clr.Reference[Guid]) -> None: ...
337
- @abc.abstractmethod
338
- def GetCurFile(self, ppszFileName: clr.Reference[str]) -> None: ...
339
- @abc.abstractmethod
340
- def IsDirty(self) -> int: ...
341
- @abc.abstractmethod
342
- def Load(self, pszFileName: str, dwMode: int) -> None: ...
343
- @abc.abstractmethod
344
- def Save(self, pszFileName: str, fRemember: bool) -> None: ...
345
- @abc.abstractmethod
346
- def SaveCompleted(self, pszFileName: str) -> None: ...
347
-
348
-
349
- class IRunningObjectTable(typing.Protocol):
350
- @abc.abstractmethod
351
- def EnumRunning(self, ppenumMoniker: clr.Reference[IEnumMoniker]) -> None: ...
352
- @abc.abstractmethod
353
- def GetObject(self, pmkObjectName: IMoniker, ppunkObject: clr.Reference[typing.Any]) -> int: ...
354
- @abc.abstractmethod
355
- def GetTimeOfLastChange(self, pmkObjectName: IMoniker, pfiletime: clr.Reference[FILETIME]) -> int: ...
356
- @abc.abstractmethod
357
- def IsRunning(self, pmkObjectName: IMoniker) -> int: ...
358
- @abc.abstractmethod
359
- def NoteChangeTime(self, dwRegister: int, pfiletime: clr.Reference[FILETIME]) -> None: ...
360
- @abc.abstractmethod
361
- def Register(self, grfFlags: int, punkObject: typing.Any, pmkObjectName: IMoniker) -> int: ...
362
- @abc.abstractmethod
363
- def Revoke(self, dwRegister: int) -> None: ...
364
-
365
-
366
- class IStream(typing.Protocol):
367
- @abc.abstractmethod
368
- def Clone(self, ppstm: clr.Reference[IStream]) -> None: ...
369
- @abc.abstractmethod
370
- def Commit(self, grfCommitFlags: int) -> None: ...
371
- @abc.abstractmethod
372
- def CopyTo(self, pstm: IStream, cb: int, pcbRead: int, pcbWritten: int) -> None: ...
373
- @abc.abstractmethod
374
- def LockRegion(self, libOffset: int, cb: int, dwLockType: int) -> None: ...
375
- @abc.abstractmethod
376
- def Read(self, pv: Array_1[int], cb: int, pcbRead: int) -> None: ...
377
- @abc.abstractmethod
378
- def Revert(self) -> None: ...
379
- @abc.abstractmethod
380
- def Seek(self, dlibMove: int, dwOrigin: int, plibNewPosition: int) -> None: ...
381
- @abc.abstractmethod
382
- def SetSize(self, libNewSize: int) -> None: ...
383
- @abc.abstractmethod
384
- def Stat(self, pstatstg: clr.Reference[STATSTG], grfStatFlag: int) -> None: ...
385
- @abc.abstractmethod
386
- def UnlockRegion(self, libOffset: int, cb: int, dwLockType: int) -> None: ...
387
- @abc.abstractmethod
388
- def Write(self, pv: Array_1[int], cb: int, pcbWritten: int) -> None: ...
389
-
390
-
391
- class ITypeComp(typing.Protocol):
392
- @abc.abstractmethod
393
- def Bind(self, szName: str, lHashVal: int, wFlags: int, ppTInfo: clr.Reference[ITypeInfo], pDescKind: clr.Reference[DESCKIND], pBindPtr: clr.Reference[BINDPTR]) -> None: ...
394
- @abc.abstractmethod
395
- def BindType(self, szName: str, lHashVal: int, ppTInfo: clr.Reference[ITypeInfo], ppTComp: clr.Reference[ITypeComp]) -> None: ...
396
-
397
-
398
- class ITypeInfo(typing.Protocol):
399
- @abc.abstractmethod
400
- def AddressOfMember(self, memid: int, invKind: INVOKEKIND, ppv: clr.Reference[int]) -> None: ...
401
- @abc.abstractmethod
402
- def CreateInstance(self, pUnkOuter: typing.Any, riid: clr.Reference[Guid], ppvObj: clr.Reference[typing.Any]) -> None: ...
403
- @abc.abstractmethod
404
- def GetContainingTypeLib(self, ppTLB: clr.Reference[ITypeLib], pIndex: clr.Reference[int]) -> None: ...
405
- @abc.abstractmethod
406
- def GetDllEntry(self, memid: int, invKind: INVOKEKIND, pBstrDllName: int, pBstrName: int, pwOrdinal: int) -> None: ...
407
- @abc.abstractmethod
408
- def GetDocumentation(self, index: int, strName: clr.Reference[str], strDocString: clr.Reference[str], dwHelpContext: clr.Reference[int], strHelpFile: clr.Reference[str]) -> None: ...
409
- @abc.abstractmethod
410
- def GetFuncDesc(self, index: int, ppFuncDesc: clr.Reference[int]) -> None: ...
411
- @abc.abstractmethod
412
- def GetIDsOfNames(self, rgszNames: Array_1[str], cNames: int, pMemId: Array_1[int]) -> None: ...
413
- @abc.abstractmethod
414
- def GetImplTypeFlags(self, index: int, pImplTypeFlags: clr.Reference[IMPLTYPEFLAGS]) -> None: ...
415
- @abc.abstractmethod
416
- def GetMops(self, memid: int, pBstrMops: clr.Reference[str]) -> None: ...
417
- @abc.abstractmethod
418
- def GetNames(self, memid: int, rgBstrNames: Array_1[str], cMaxNames: int, pcNames: clr.Reference[int]) -> None: ...
419
- @abc.abstractmethod
420
- def GetRefTypeInfo(self, hRef: int, ppTI: clr.Reference[ITypeInfo]) -> None: ...
421
- @abc.abstractmethod
422
- def GetRefTypeOfImplType(self, index: int, href: clr.Reference[int]) -> None: ...
423
- @abc.abstractmethod
424
- def GetTypeAttr(self, ppTypeAttr: clr.Reference[int]) -> None: ...
425
- @abc.abstractmethod
426
- def GetTypeComp(self, ppTComp: clr.Reference[ITypeComp]) -> None: ...
427
- @abc.abstractmethod
428
- def GetVarDesc(self, index: int, ppVarDesc: clr.Reference[int]) -> None: ...
429
- @abc.abstractmethod
430
- def Invoke(self, pvInstance: typing.Any, memid: int, wFlags: int, pDispParams: clr.Reference[DISPPARAMS], pVarResult: int, pExcepInfo: int, puArgErr: clr.Reference[int]) -> None: ...
431
- @abc.abstractmethod
432
- def ReleaseFuncDesc(self, pFuncDesc: int) -> None: ...
433
- @abc.abstractmethod
434
- def ReleaseTypeAttr(self, pTypeAttr: int) -> None: ...
435
- @abc.abstractmethod
436
- def ReleaseVarDesc(self, pVarDesc: int) -> None: ...
437
-
438
-
439
- class ITypeInfo2(ITypeInfo, typing.Protocol):
440
- @abc.abstractmethod
441
- def AddressOfMember(self, memid: int, invKind: INVOKEKIND, ppv: clr.Reference[int]) -> None: ...
442
- @abc.abstractmethod
443
- def CreateInstance(self, pUnkOuter: typing.Any, riid: clr.Reference[Guid], ppvObj: clr.Reference[typing.Any]) -> None: ...
444
- @abc.abstractmethod
445
- def GetAllCustData(self, pCustData: int) -> None: ...
446
- @abc.abstractmethod
447
- def GetAllFuncCustData(self, index: int, pCustData: int) -> None: ...
448
- @abc.abstractmethod
449
- def GetAllImplTypeCustData(self, index: int, pCustData: int) -> None: ...
450
- @abc.abstractmethod
451
- def GetAllParamCustData(self, indexFunc: int, indexParam: int, pCustData: int) -> None: ...
452
- @abc.abstractmethod
453
- def GetAllVarCustData(self, index: int, pCustData: int) -> None: ...
454
- @abc.abstractmethod
455
- def GetContainingTypeLib(self, ppTLB: clr.Reference[ITypeLib], pIndex: clr.Reference[int]) -> None: ...
456
- @abc.abstractmethod
457
- def GetCustData(self, guid: clr.Reference[Guid], pVarVal: clr.Reference[typing.Any]) -> None: ...
458
- @abc.abstractmethod
459
- def GetDllEntry(self, memid: int, invKind: INVOKEKIND, pBstrDllName: int, pBstrName: int, pwOrdinal: int) -> None: ...
460
- @abc.abstractmethod
461
- def GetDocumentation(self, index: int, strName: clr.Reference[str], strDocString: clr.Reference[str], dwHelpContext: clr.Reference[int], strHelpFile: clr.Reference[str]) -> None: ...
462
- @abc.abstractmethod
463
- def GetDocumentation2(self, memid: int, pbstrHelpString: clr.Reference[str], pdwHelpStringContext: clr.Reference[int], pbstrHelpStringDll: clr.Reference[str]) -> None: ...
464
- @abc.abstractmethod
465
- def GetFuncCustData(self, index: int, guid: clr.Reference[Guid], pVarVal: clr.Reference[typing.Any]) -> None: ...
466
- @abc.abstractmethod
467
- def GetFuncDesc(self, index: int, ppFuncDesc: clr.Reference[int]) -> None: ...
468
- @abc.abstractmethod
469
- def GetFuncIndexOfMemId(self, memid: int, invKind: INVOKEKIND, pFuncIndex: clr.Reference[int]) -> None: ...
470
- @abc.abstractmethod
471
- def GetIDsOfNames(self, rgszNames: Array_1[str], cNames: int, pMemId: Array_1[int]) -> None: ...
472
- @abc.abstractmethod
473
- def GetImplTypeCustData(self, index: int, guid: clr.Reference[Guid], pVarVal: clr.Reference[typing.Any]) -> None: ...
474
- @abc.abstractmethod
475
- def GetImplTypeFlags(self, index: int, pImplTypeFlags: clr.Reference[IMPLTYPEFLAGS]) -> None: ...
476
- @abc.abstractmethod
477
- def GetMops(self, memid: int, pBstrMops: clr.Reference[str]) -> None: ...
478
- @abc.abstractmethod
479
- def GetNames(self, memid: int, rgBstrNames: Array_1[str], cMaxNames: int, pcNames: clr.Reference[int]) -> None: ...
480
- @abc.abstractmethod
481
- def GetParamCustData(self, indexFunc: int, indexParam: int, guid: clr.Reference[Guid], pVarVal: clr.Reference[typing.Any]) -> None: ...
482
- @abc.abstractmethod
483
- def GetRefTypeInfo(self, hRef: int, ppTI: clr.Reference[ITypeInfo]) -> None: ...
484
- @abc.abstractmethod
485
- def GetRefTypeOfImplType(self, index: int, href: clr.Reference[int]) -> None: ...
486
- @abc.abstractmethod
487
- def GetTypeAttr(self, ppTypeAttr: clr.Reference[int]) -> None: ...
488
- @abc.abstractmethod
489
- def GetTypeComp(self, ppTComp: clr.Reference[ITypeComp]) -> None: ...
490
- @abc.abstractmethod
491
- def GetTypeFlags(self, pTypeFlags: clr.Reference[int]) -> None: ...
492
- @abc.abstractmethod
493
- def GetTypeKind(self, pTypeKind: clr.Reference[TYPEKIND]) -> None: ...
494
- @abc.abstractmethod
495
- def GetVarCustData(self, index: int, guid: clr.Reference[Guid], pVarVal: clr.Reference[typing.Any]) -> None: ...
496
- @abc.abstractmethod
497
- def GetVarDesc(self, index: int, ppVarDesc: clr.Reference[int]) -> None: ...
498
- @abc.abstractmethod
499
- def GetVarIndexOfMemId(self, memid: int, pVarIndex: clr.Reference[int]) -> None: ...
500
- @abc.abstractmethod
501
- def Invoke(self, pvInstance: typing.Any, memid: int, wFlags: int, pDispParams: clr.Reference[DISPPARAMS], pVarResult: int, pExcepInfo: int, puArgErr: clr.Reference[int]) -> None: ...
502
- @abc.abstractmethod
503
- def ReleaseFuncDesc(self, pFuncDesc: int) -> None: ...
504
- @abc.abstractmethod
505
- def ReleaseTypeAttr(self, pTypeAttr: int) -> None: ...
506
- @abc.abstractmethod
507
- def ReleaseVarDesc(self, pVarDesc: int) -> None: ...
508
-
509
-
510
- class ITypeLib(typing.Protocol):
511
- @abc.abstractmethod
512
- def FindName(self, szNameBuf: str, lHashVal: int, ppTInfo: Array_1[ITypeInfo], rgMemId: Array_1[int], pcFound: clr.Reference[int]) -> None: ...
513
- @abc.abstractmethod
514
- def GetDocumentation(self, index: int, strName: clr.Reference[str], strDocString: clr.Reference[str], dwHelpContext: clr.Reference[int], strHelpFile: clr.Reference[str]) -> None: ...
515
- @abc.abstractmethod
516
- def GetLibAttr(self, ppTLibAttr: clr.Reference[int]) -> None: ...
517
- @abc.abstractmethod
518
- def GetTypeComp(self, ppTComp: clr.Reference[ITypeComp]) -> None: ...
519
- @abc.abstractmethod
520
- def GetTypeInfo(self, index: int, ppTI: clr.Reference[ITypeInfo]) -> None: ...
521
- @abc.abstractmethod
522
- def GetTypeInfoCount(self) -> int: ...
523
- @abc.abstractmethod
524
- def GetTypeInfoOfGuid(self, guid: clr.Reference[Guid], ppTInfo: clr.Reference[ITypeInfo]) -> None: ...
525
- @abc.abstractmethod
526
- def GetTypeInfoType(self, index: int, pTKind: clr.Reference[TYPEKIND]) -> None: ...
527
- @abc.abstractmethod
528
- def IsName(self, szNameBuf: str, lHashVal: int) -> bool: ...
529
- @abc.abstractmethod
530
- def ReleaseTLibAttr(self, pTLibAttr: int) -> None: ...
531
-
532
-
533
- class ITypeLib2(ITypeLib, typing.Protocol):
534
- @abc.abstractmethod
535
- def FindName(self, szNameBuf: str, lHashVal: int, ppTInfo: Array_1[ITypeInfo], rgMemId: Array_1[int], pcFound: clr.Reference[int]) -> None: ...
536
- @abc.abstractmethod
537
- def GetAllCustData(self, pCustData: int) -> None: ...
538
- @abc.abstractmethod
539
- def GetCustData(self, guid: clr.Reference[Guid], pVarVal: clr.Reference[typing.Any]) -> None: ...
540
- @abc.abstractmethod
541
- def GetDocumentation(self, index: int, strName: clr.Reference[str], strDocString: clr.Reference[str], dwHelpContext: clr.Reference[int], strHelpFile: clr.Reference[str]) -> None: ...
542
- @abc.abstractmethod
543
- def GetDocumentation2(self, index: int, pbstrHelpString: clr.Reference[str], pdwHelpStringContext: clr.Reference[int], pbstrHelpStringDll: clr.Reference[str]) -> None: ...
544
- @abc.abstractmethod
545
- def GetLibAttr(self, ppTLibAttr: clr.Reference[int]) -> None: ...
546
- @abc.abstractmethod
547
- def GetLibStatistics(self, pcUniqueNames: int, pcchUniqueNames: clr.Reference[int]) -> None: ...
548
- @abc.abstractmethod
549
- def GetTypeComp(self, ppTComp: clr.Reference[ITypeComp]) -> None: ...
550
- @abc.abstractmethod
551
- def GetTypeInfo(self, index: int, ppTI: clr.Reference[ITypeInfo]) -> None: ...
552
- @abc.abstractmethod
553
- def GetTypeInfoCount(self) -> int: ...
554
- @abc.abstractmethod
555
- def GetTypeInfoOfGuid(self, guid: clr.Reference[Guid], ppTInfo: clr.Reference[ITypeInfo]) -> None: ...
556
- @abc.abstractmethod
557
- def GetTypeInfoType(self, index: int, pTKind: clr.Reference[TYPEKIND]) -> None: ...
558
- @abc.abstractmethod
559
- def IsName(self, szNameBuf: str, lHashVal: int) -> bool: ...
560
- @abc.abstractmethod
561
- def ReleaseTLibAttr(self, pTLibAttr: int) -> None: ...
562
-
563
-
564
- class LIBFLAGS(typing.SupportsInt):
565
- @typing.overload
566
- def __init__(self, value : int) -> None: ...
567
- @typing.overload
568
- def __init__(self, value : int, force_if_true: bool) -> None: ...
569
- def __int__(self) -> int: ...
570
-
571
- # Values:
572
- LIBFLAG_FRESTRICTED : LIBFLAGS # 1
573
- LIBFLAG_FCONTROL : LIBFLAGS # 2
574
- LIBFLAG_FHIDDEN : LIBFLAGS # 4
575
- LIBFLAG_FHASDISKIMAGE : LIBFLAGS # 8
576
-
577
-
578
- class PARAMDESC:
579
- lpVarValue : int
580
- wParamFlags : PARAMFLAG
581
-
582
-
583
- class PARAMFLAG(typing.SupportsInt):
584
- @typing.overload
585
- def __init__(self, value : int) -> None: ...
586
- @typing.overload
587
- def __init__(self, value : int, force_if_true: bool) -> None: ...
588
- def __int__(self) -> int: ...
589
-
590
- # Values:
591
- PARAMFLAG_NONE : PARAMFLAG # 0
592
- PARAMFLAG_FIN : PARAMFLAG # 1
593
- PARAMFLAG_FOUT : PARAMFLAG # 2
594
- PARAMFLAG_FLCID : PARAMFLAG # 4
595
- PARAMFLAG_FRETVAL : PARAMFLAG # 8
596
- PARAMFLAG_FOPT : PARAMFLAG # 16
597
- PARAMFLAG_FHASDEFAULT : PARAMFLAG # 32
598
- PARAMFLAG_FHASCUSTDATA : PARAMFLAG # 64
599
-
600
-
601
- class STATSTG:
602
- atime : FILETIME
603
- cbSize : int
604
- clsid : Guid
605
- ctime : FILETIME
606
- grfLocksSupported : int
607
- grfMode : int
608
- grfStateBits : int
609
- mtime : FILETIME
610
- pwcsName : str
611
- reserved : int
612
- type : int
613
-
614
-
615
- class SYSKIND(typing.SupportsInt):
616
- @typing.overload
617
- def __init__(self, value : int) -> None: ...
618
- @typing.overload
619
- def __init__(self, value : int, force_if_true: bool) -> None: ...
620
- def __int__(self) -> int: ...
621
-
622
- # Values:
623
- SYS_WIN16 : SYSKIND # 0
624
- SYS_WIN32 : SYSKIND # 1
625
- SYS_MAC : SYSKIND # 2
626
- SYS_WIN64 : SYSKIND # 3
627
-
628
-
629
- class TYPEATTR:
630
- cbAlignment : int
631
- cbSizeInstance : int
632
- cbSizeVft : int
633
- cFuncs : int
634
- cImplTypes : int
635
- cVars : int
636
- dwReserved : int
637
- guid : Guid
638
- idldescType : IDLDESC
639
- lcid : int
640
- lpstrSchema : int
641
- MEMBER_ID_NIL : int
642
- memidConstructor : int
643
- memidDestructor : int
644
- tdescAlias : TYPEDESC
645
- typekind : TYPEKIND
646
- wMajorVerNum : int
647
- wMinorVerNum : int
648
- wTypeFlags : TYPEFLAGS
649
-
650
-
651
- class TYPEDESC:
652
- lpValue : int
653
- vt : int
654
-
655
-
656
- class TYPEFLAGS(typing.SupportsInt):
657
- @typing.overload
658
- def __init__(self, value : int) -> None: ...
659
- @typing.overload
660
- def __init__(self, value : int, force_if_true: bool) -> None: ...
661
- def __int__(self) -> int: ...
662
-
663
- # Values:
664
- TYPEFLAG_FAPPOBJECT : TYPEFLAGS # 1
665
- TYPEFLAG_FCANCREATE : TYPEFLAGS # 2
666
- TYPEFLAG_FLICENSED : TYPEFLAGS # 4
667
- TYPEFLAG_FPREDECLID : TYPEFLAGS # 8
668
- TYPEFLAG_FHIDDEN : TYPEFLAGS # 16
669
- TYPEFLAG_FCONTROL : TYPEFLAGS # 32
670
- TYPEFLAG_FDUAL : TYPEFLAGS # 64
671
- TYPEFLAG_FNONEXTENSIBLE : TYPEFLAGS # 128
672
- TYPEFLAG_FOLEAUTOMATION : TYPEFLAGS # 256
673
- TYPEFLAG_FRESTRICTED : TYPEFLAGS # 512
674
- TYPEFLAG_FAGGREGATABLE : TYPEFLAGS # 1024
675
- TYPEFLAG_FREPLACEABLE : TYPEFLAGS # 2048
676
- TYPEFLAG_FDISPATCHABLE : TYPEFLAGS # 4096
677
- TYPEFLAG_FREVERSEBIND : TYPEFLAGS # 8192
678
- TYPEFLAG_FPROXY : TYPEFLAGS # 16384
679
-
680
-
681
- class TYPEKIND(typing.SupportsInt):
682
- @typing.overload
683
- def __init__(self, value : int) -> None: ...
684
- @typing.overload
685
- def __init__(self, value : int, force_if_true: bool) -> None: ...
686
- def __int__(self) -> int: ...
687
-
688
- # Values:
689
- TKIND_ENUM : TYPEKIND # 0
690
- TKIND_RECORD : TYPEKIND # 1
691
- TKIND_MODULE : TYPEKIND # 2
692
- TKIND_INTERFACE : TYPEKIND # 3
693
- TKIND_DISPATCH : TYPEKIND # 4
694
- TKIND_COCLASS : TYPEKIND # 5
695
- TKIND_ALIAS : TYPEKIND # 6
696
- TKIND_UNION : TYPEKIND # 7
697
- TKIND_MAX : TYPEKIND # 8
698
-
699
-
700
- class TYPELIBATTR:
701
- guid : Guid
702
- lcid : int
703
- syskind : SYSKIND
704
- wLibFlags : LIBFLAGS
705
- wMajorVerNum : int
706
- wMinorVerNum : int
707
-
708
-
709
- class VARDESC:
710
- desc : VARDESC.DESCUNION
711
- elemdescVar : ELEMDESC
712
- lpstrSchema : str
713
- memid : int
714
- varkind : VARKIND
715
- wVarFlags : int
716
-
717
- class DESCUNION:
718
- lpvarValue : int
719
- oInst : int
720
-
721
-
722
-
723
- class VARFLAGS(typing.SupportsInt):
724
- @typing.overload
725
- def __init__(self, value : int) -> None: ...
726
- @typing.overload
727
- def __init__(self, value : int, force_if_true: bool) -> None: ...
728
- def __int__(self) -> int: ...
729
-
730
- # Values:
731
- VARFLAG_FREADONLY : VARFLAGS # 1
732
- VARFLAG_FSOURCE : VARFLAGS # 2
733
- VARFLAG_FBINDABLE : VARFLAGS # 4
734
- VARFLAG_FREQUESTEDIT : VARFLAGS # 8
735
- VARFLAG_FDISPLAYBIND : VARFLAGS # 16
736
- VARFLAG_FDEFAULTBIND : VARFLAGS # 32
737
- VARFLAG_FHIDDEN : VARFLAGS # 64
738
- VARFLAG_FRESTRICTED : VARFLAGS # 128
739
- VARFLAG_FDEFAULTCOLLELEM : VARFLAGS # 256
740
- VARFLAG_FUIDEFAULT : VARFLAGS # 512
741
- VARFLAG_FNONBROWSABLE : VARFLAGS # 1024
742
- VARFLAG_FREPLACEABLE : VARFLAGS # 2048
743
- VARFLAG_FIMMEDIATEBIND : VARFLAGS # 4096
744
-
745
-
746
- class VARKIND(typing.SupportsInt):
747
- @typing.overload
748
- def __init__(self, value : int) -> None: ...
749
- @typing.overload
750
- def __init__(self, value : int, force_if_true: bool) -> None: ...
751
- def __int__(self) -> int: ...
752
-
753
- # Values:
754
- VAR_PERINSTANCE : VARKIND # 0
755
- VAR_STATIC : VARKIND # 1
756
- VAR_CONST : VARKIND # 2
757
- VAR_DISPATCH : VARKIND # 3
758
-