quantconnect-stubs 17841__py3-none-any.whl → 17865__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.
- Common/Util/__init__.pyi +47 -47
- Microsoft/Win32/SafeHandles/__init__.pyi +27 -27
- QuantConnect/Algorithm/Framework/Alphas/__init__.pyi +196 -196
- QuantConnect/Algorithm/Framework/Execution/__init__.pyi +103 -103
- QuantConnect/Algorithm/Framework/Portfolio/SignalExports/__init__.pyi +51 -51
- QuantConnect/Algorithm/Framework/Portfolio/__init__.pyi +750 -750
- QuantConnect/Algorithm/Framework/Risk/__init__.pyi +94 -94
- QuantConnect/Algorithm/Framework/Selection/__init__.pyi +448 -448
- QuantConnect/Algorithm/Framework/__init__.pyi +13 -13
- QuantConnect/Algorithm/__init__.pyi +1740 -1740
- QuantConnect/Api/__init__.pyi +213 -213
- QuantConnect/Benchmarks/__init__.pyi +31 -31
- QuantConnect/Brokerages/Authentication/__init__.pyi +113 -113
- QuantConnect/Brokerages/Backtesting/__init__.pyi +35 -35
- QuantConnect/Brokerages/CrossZero/__init__.pyi +29 -29
- QuantConnect/Brokerages/__init__.pyi +1706 -1629
- QuantConnect/Commands/__init__.pyi +199 -199
- QuantConnect/Configuration/__init__.pyi +18 -18
- QuantConnect/Data/Auxiliary/__init__.pyi +847 -847
- QuantConnect/Data/Consolidators/__init__.pyi +1101 -900
- QuantConnect/Data/Custom/IconicTypes/__init__.pyi +85 -85
- QuantConnect/Data/Custom/Intrinio/__init__.pyi +74 -74
- QuantConnect/Data/Custom/Tiingo/__init__.pyi +33 -33
- QuantConnect/Data/Fundamental/__init__.pyi +4988 -4988
- QuantConnect/Data/Market/__init__.pyi +1567 -1567
- QuantConnect/Data/Shortable/__init__.pyi +31 -31
- QuantConnect/Data/UniverseSelection/__init__.pyi +991 -991
- QuantConnect/Data/__init__.pyi +1681 -1681
- QuantConnect/DataSource/QuiverQuant/__init__.pyi +26 -26
- QuantConnect/DataSource/__init__.pyi +27419 -27536
- QuantConnect/DownloaderDataProvider/Launcher/__init__.pyi +14 -14
- QuantConnect/Exceptions/__init__.pyi +71 -71
- QuantConnect/Indicators/CandlestickPatterns/__init__.pyi +392 -392
- QuantConnect/Indicators/__init__.pyi +6385 -6385
- QuantConnect/Interfaces/__init__.pyi +1796 -1796
- QuantConnect/Lean/Engine/DataFeeds/DataDownloader/__init__.pyi +28 -28
- QuantConnect/Lean/Engine/DataFeeds/Enumerators/Factories/__init__.pyi +59 -59
- QuantConnect/Lean/Engine/DataFeeds/Enumerators/__init__.pyi +694 -694
- QuantConnect/Lean/Engine/DataFeeds/Queues/__init__.pyi +29 -29
- QuantConnect/Lean/Engine/DataFeeds/Transport/__init__.pyi +65 -65
- QuantConnect/Lean/Engine/DataFeeds/WorkScheduling/__init__.pyi +33 -33
- QuantConnect/Lean/Engine/DataFeeds/__init__.pyi +1507 -1507
- QuantConnect/Lean/Engine/HistoricalData/__init__.pyi +59 -59
- QuantConnect/Lean/Engine/RealTime/__init__.pyi +66 -66
- QuantConnect/Lean/Engine/Results/Analysis/Analyses/Messages/DefaultBrokerageModel/__init__.pyi +19 -19
- QuantConnect/Lean/Engine/Results/Analysis/Analyses/Messages/InteractiveBrokersBrokerageModel/__init__.pyi +7 -7
- QuantConnect/Lean/Engine/Results/Analysis/Analyses/Messages/TradierBrokerageModel/__init__.pyi +14 -14
- QuantConnect/Lean/Engine/Results/Analysis/Analyses/__init__.pyi +342 -342
- QuantConnect/Lean/Engine/Results/Analysis/__init__.pyi +26 -26
- QuantConnect/Lean/Engine/Results/__init__.pyi +46 -32
- QuantConnect/Lean/Engine/Setup/__init__.pyi +101 -101
- QuantConnect/Lean/Engine/Storage/__init__.pyi +12 -12
- QuantConnect/Lean/Engine/__init__.pyi +56 -56
- QuantConnect/Logging/__init__.pyi +253 -253
- QuantConnect/Messaging/__init__.pyi +96 -96
- QuantConnect/Notifications/__init__.pyi +174 -174
- QuantConnect/Optimizer/Objectives/__init__.pyi +61 -61
- QuantConnect/Optimizer/Parameters/__init__.pyi +54 -54
- QuantConnect/Optimizer/Strategies/__init__.pyi +13 -13
- QuantConnect/Optimizer/__init__.pyi +16 -16
- QuantConnect/Orders/Fees/__init__.pyi +459 -446
- QuantConnect/Orders/Fills/__init__.pyi +41 -3
- QuantConnect/Orders/Slippage/__init__.pyi +16 -16
- QuantConnect/Orders/__init__.pyi +1916 -1887
- QuantConnect/Packets/__init__.pyi +616 -616
- QuantConnect/Python/__init__.pyi +820 -820
- QuantConnect/Report/ReportElements/__init__.pyi +19 -19
- QuantConnect/Report/__init__.pyi +347 -347
- QuantConnect/Research/__init__.pyi +12 -12
- QuantConnect/Scheduling/__init__.pyi +390 -390
- QuantConnect/Securities/Cfd/__init__.pyi +8 -8
- QuantConnect/Securities/Crypto/__init__.pyi +13 -13
- QuantConnect/Securities/CryptoFuture/__init__.pyi +83 -83
- QuantConnect/Securities/Equity/__init__.pyi +64 -64
- QuantConnect/Securities/Forex/__init__.pyi +27 -27
- QuantConnect/Securities/Future/__init__.pyi +249 -249
- QuantConnect/Securities/FutureOption/Api/__init__.pyi +81 -81
- QuantConnect/Securities/FutureOption/__init__.pyi +49 -49
- QuantConnect/Securities/Index/__init__.pyi +19 -19
- QuantConnect/Securities/IndexOption/__init__.pyi +13 -13
- QuantConnect/Securities/Interfaces/__init__.pyi +13 -13
- QuantConnect/Securities/Option/StrategyMatcher/__init__.pyi +329 -329
- QuantConnect/Securities/Option/__init__.pyi +1416 -1416
- QuantConnect/Securities/Positions/__init__.pyi +592 -592
- QuantConnect/Securities/__init__.pyi +1757 -1757
- QuantConnect/Statistics/__init__.pyi +155 -155
- QuantConnect/Util/RateLimit/__init__.pyi +42 -42
- QuantConnect/Util/__init__.pyi +2080 -2067
- QuantConnect/__init__.pyi +8065 -8045
- System/Buffers/Text/__init__.pyi +6 -6
- System/Buffers/__init__.pyi +76 -76
- System/Collections/Concurrent/__init__.pyi +111 -111
- System/Collections/Frozen/__init__.pyi +43 -43
- System/Collections/Generic/__init__.pyi +1039 -1039
- System/Collections/Immutable/__init__.pyi +1149 -1149
- System/Collections/ObjectModel/__init__.pyi +144 -144
- System/Collections/__init__.pyi +115 -115
- System/ComponentModel/DataAnnotations/Schema/__init__.pyi +21 -21
- System/ComponentModel/DataAnnotations/__init__.pyi +332 -332
- System/ComponentModel/Design/Serialization/__init__.pyi +155 -155
- System/ComponentModel/Design/__init__.pyi +525 -525
- System/ComponentModel/__init__.pyi +1518 -1518
- System/Diagnostics/CodeAnalysis/__init__.pyi +7 -7
- System/Diagnostics/Contracts/__init__.pyi +79 -79
- System/Diagnostics/Tracing/__init__.pyi +43 -43
- System/Diagnostics/__init__.pyi +217 -217
- System/Drawing/__init__.pyi +311 -311
- System/Globalization/__init__.pyi +820 -820
- System/IO/Enumeration/__init__.pyi +16 -16
- System/IO/__init__.pyi +1515 -1515
- System/Linq/__init__.pyi +767 -767
- System/Net/Security/__init__.pyi +10 -10
- System/Net/Sockets/__init__.pyi +3 -3
- System/Net/__init__.pyi +437 -437
- System/Numerics/__init__.pyi +2025 -2025
- System/Reflection/Emit/__init__.pyi +584 -584
- System/Reflection/__init__.pyi +1619 -1619
- System/Resources/__init__.pyi +47 -47
- System/Runtime/CompilerServices/__init__.pyi +1181 -1173
- System/Runtime/ConstrainedExecution/__init__.pyi +13 -13
- System/Runtime/ExceptionServices/__init__.pyi +23 -23
- System/Runtime/InteropServices/ComTypes/__init__.pyi +268 -268
- System/Runtime/InteropServices/Java/__init__.pyi +27 -27
- System/Runtime/InteropServices/Marshalling/__init__.pyi +211 -211
- System/Runtime/InteropServices/ObjectiveC/__init__.pyi +7 -7
- System/Runtime/InteropServices/__init__.pyi +1635 -1635
- System/Runtime/Intrinsics/Arm/__init__.pyi +357 -357
- System/Runtime/Intrinsics/X86/__init__.pyi +1141 -1141
- System/Runtime/Intrinsics/__init__.pyi +206 -206
- System/Runtime/Loader/__init__.pyi +13 -13
- System/Runtime/Serialization/__init__.pyi +99 -99
- System/Runtime/Versioning/__init__.pyi +23 -23
- System/Runtime/__init__.pyi +38 -38
- System/Security/Permissions/__init__.pyi +44 -44
- System/Security/Principal/__init__.pyi +12 -12
- System/Security/__init__.pyi +124 -124
- System/Text/RegularExpressions/__init__.pyi +41 -41
- System/Text/__init__.pyi +587 -587
- System/Threading/Tasks/__init__.pyi +594 -594
- System/Threading/__init__.pyi +835 -835
- System/Timers/__init__.pyi +11 -11
- System/__init__.pyi +8544 -8552
- {quantconnect_stubs-17841.dist-info → quantconnect_stubs-17865.dist-info}/METADATA +1 -1
- {quantconnect_stubs-17841.dist-info → quantconnect_stubs-17865.dist-info}/RECORD +146 -148
- QuantConnect/Data/Common/__init__.py +0 -32
- QuantConnect/Data/Common/__init__.pyi +0 -197
- {quantconnect_stubs-17841.dist-info → quantconnect_stubs-17865.dist-info}/WHEEL +0 -0
- {quantconnect_stubs-17841.dist-info → quantconnect_stubs-17865.dist-info}/top_level.txt +0 -0
Common/Util/__init__.pyi
CHANGED
|
@@ -6,11 +6,56 @@ import Common.Util
|
|
|
6
6
|
import QuantConnect
|
|
7
7
|
import System.Collections.Generic
|
|
8
8
|
|
|
9
|
+
Common_Util_ReadOnlyExtendedDictionary_TValue = typing.TypeVar("Common_Util_ReadOnlyExtendedDictionary_TValue")
|
|
10
|
+
Common_Util_ReadOnlyExtendedDictionary_TKey = typing.TypeVar("Common_Util_ReadOnlyExtendedDictionary_TKey")
|
|
9
11
|
Common_Util_BaseExtendedDictionary_TDictionary = typing.TypeVar("Common_Util_BaseExtendedDictionary_TDictionary")
|
|
10
12
|
Common_Util_BaseExtendedDictionary_TKey = typing.TypeVar("Common_Util_BaseExtendedDictionary_TKey")
|
|
11
13
|
Common_Util_BaseExtendedDictionary_TValue = typing.TypeVar("Common_Util_BaseExtendedDictionary_TValue")
|
|
12
|
-
|
|
13
|
-
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class ReadOnlyExtendedDictionary(typing.Generic[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue], Common.Util.BaseExtendedDictionary[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue], System.Collections.Generic.IReadOnlyDictionary[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue]):
|
|
17
|
+
"""This class has no documentation."""
|
|
18
|
+
|
|
19
|
+
@property
|
|
20
|
+
def is_read_only(self) -> bool:
|
|
21
|
+
...
|
|
22
|
+
|
|
23
|
+
def __getitem__(self, key: Common_Util_ReadOnlyExtendedDictionary_TKey) -> Common_Util_ReadOnlyExtendedDictionary_TValue:
|
|
24
|
+
...
|
|
25
|
+
|
|
26
|
+
@overload
|
|
27
|
+
def __init__(self) -> None:
|
|
28
|
+
...
|
|
29
|
+
|
|
30
|
+
@overload
|
|
31
|
+
def __init__(self, dictionary: System.Collections.Generic.IDictionary[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue]) -> None:
|
|
32
|
+
...
|
|
33
|
+
|
|
34
|
+
@overload
|
|
35
|
+
def __init__(self, data: System.Collections.Generic.IEnumerable[Common_Util_ReadOnlyExtendedDictionary_TValue], key_selector: typing.Callable[[Common_Util_ReadOnlyExtendedDictionary_TValue], Common_Util_ReadOnlyExtendedDictionary_TKey]) -> None:
|
|
36
|
+
...
|
|
37
|
+
|
|
38
|
+
def __setitem__(self, key: Common_Util_ReadOnlyExtendedDictionary_TKey, value: Common_Util_ReadOnlyExtendedDictionary_TValue) -> None:
|
|
39
|
+
...
|
|
40
|
+
|
|
41
|
+
@overload
|
|
42
|
+
def add(self, key: Common_Util_ReadOnlyExtendedDictionary_TKey, value: Common_Util_ReadOnlyExtendedDictionary_TValue) -> None:
|
|
43
|
+
...
|
|
44
|
+
|
|
45
|
+
@overload
|
|
46
|
+
def add(self, item: System.Collections.Generic.KeyValuePair[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue]) -> None:
|
|
47
|
+
...
|
|
48
|
+
|
|
49
|
+
def clear(self) -> None:
|
|
50
|
+
...
|
|
51
|
+
|
|
52
|
+
@overload
|
|
53
|
+
def remove(self, key: Common_Util_ReadOnlyExtendedDictionary_TKey) -> bool:
|
|
54
|
+
...
|
|
55
|
+
|
|
56
|
+
@overload
|
|
57
|
+
def remove(self, item: System.Collections.Generic.KeyValuePair[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue]) -> bool:
|
|
58
|
+
...
|
|
14
59
|
|
|
15
60
|
|
|
16
61
|
class BaseExtendedDictionary(typing.Generic[Common_Util_BaseExtendedDictionary_TKey, Common_Util_BaseExtendedDictionary_TValue, Common_Util_BaseExtendedDictionary_TDictionary], QuantConnect.ExtendedDictionary[Common_Util_BaseExtendedDictionary_TKey, Common_Util_BaseExtendedDictionary_TValue], System.Collections.Generic.IDictionary[Common_Util_BaseExtendedDictionary_TKey, Common_Util_BaseExtendedDictionary_TValue], typing.Iterable[System.Collections.Generic.KeyValuePair[Common_Util_BaseExtendedDictionary_TKey, Common_Util_BaseExtendedDictionary_TValue]]):
|
|
@@ -105,48 +150,3 @@ class BaseExtendedDictionary(typing.Generic[Common_Util_BaseExtendedDictionary_T
|
|
|
105
150
|
...
|
|
106
151
|
|
|
107
152
|
|
|
108
|
-
class ReadOnlyExtendedDictionary(typing.Generic[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue], Common.Util.BaseExtendedDictionary[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue], System.Collections.Generic.IReadOnlyDictionary[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue]):
|
|
109
|
-
"""This class has no documentation."""
|
|
110
|
-
|
|
111
|
-
@property
|
|
112
|
-
def is_read_only(self) -> bool:
|
|
113
|
-
...
|
|
114
|
-
|
|
115
|
-
def __getitem__(self, key: Common_Util_ReadOnlyExtendedDictionary_TKey) -> Common_Util_ReadOnlyExtendedDictionary_TValue:
|
|
116
|
-
...
|
|
117
|
-
|
|
118
|
-
@overload
|
|
119
|
-
def __init__(self) -> None:
|
|
120
|
-
...
|
|
121
|
-
|
|
122
|
-
@overload
|
|
123
|
-
def __init__(self, dictionary: System.Collections.Generic.IDictionary[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue]) -> None:
|
|
124
|
-
...
|
|
125
|
-
|
|
126
|
-
@overload
|
|
127
|
-
def __init__(self, data: System.Collections.Generic.IEnumerable[Common_Util_ReadOnlyExtendedDictionary_TValue], key_selector: typing.Callable[[Common_Util_ReadOnlyExtendedDictionary_TValue], Common_Util_ReadOnlyExtendedDictionary_TKey]) -> None:
|
|
128
|
-
...
|
|
129
|
-
|
|
130
|
-
def __setitem__(self, key: Common_Util_ReadOnlyExtendedDictionary_TKey, value: Common_Util_ReadOnlyExtendedDictionary_TValue) -> None:
|
|
131
|
-
...
|
|
132
|
-
|
|
133
|
-
@overload
|
|
134
|
-
def add(self, key: Common_Util_ReadOnlyExtendedDictionary_TKey, value: Common_Util_ReadOnlyExtendedDictionary_TValue) -> None:
|
|
135
|
-
...
|
|
136
|
-
|
|
137
|
-
@overload
|
|
138
|
-
def add(self, item: System.Collections.Generic.KeyValuePair[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue]) -> None:
|
|
139
|
-
...
|
|
140
|
-
|
|
141
|
-
def clear(self) -> None:
|
|
142
|
-
...
|
|
143
|
-
|
|
144
|
-
@overload
|
|
145
|
-
def remove(self, key: Common_Util_ReadOnlyExtendedDictionary_TKey) -> bool:
|
|
146
|
-
...
|
|
147
|
-
|
|
148
|
-
@overload
|
|
149
|
-
def remove(self, item: System.Collections.Generic.KeyValuePair[Common_Util_ReadOnlyExtendedDictionary_TKey, Common_Util_ReadOnlyExtendedDictionary_TValue]) -> bool:
|
|
150
|
-
...
|
|
151
|
-
|
|
152
|
-
|
|
@@ -9,17 +9,6 @@ import System.IO
|
|
|
9
9
|
import System.Runtime.InteropServices
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class CriticalHandleMinusOneIsInvalid(System.Runtime.InteropServices.CriticalHandle, metaclass=abc.ABCMeta):
|
|
13
|
-
"""This class has no documentation."""
|
|
14
|
-
|
|
15
|
-
@property
|
|
16
|
-
def is_invalid(self) -> bool:
|
|
17
|
-
...
|
|
18
|
-
|
|
19
|
-
def __init__(self) -> None:
|
|
20
|
-
...
|
|
21
|
-
|
|
22
|
-
|
|
23
12
|
class SafeHandleZeroOrMinusOneIsInvalid(System.Runtime.InteropServices.SafeHandle, metaclass=abc.ABCMeta):
|
|
24
13
|
"""This class has no documentation."""
|
|
25
14
|
|
|
@@ -35,40 +24,40 @@ class SafeFileHandle(Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInval
|
|
|
35
24
|
"""This class has no documentation."""
|
|
36
25
|
|
|
37
26
|
@property
|
|
38
|
-
def
|
|
27
|
+
def is_async(self) -> bool:
|
|
39
28
|
...
|
|
40
29
|
|
|
41
30
|
@property
|
|
42
|
-
def
|
|
31
|
+
def is_invalid(self) -> bool:
|
|
43
32
|
...
|
|
44
33
|
|
|
45
34
|
@property
|
|
46
|
-
def
|
|
35
|
+
def type(self) -> System.IO.FileHandleType:
|
|
47
36
|
...
|
|
48
37
|
|
|
49
38
|
@overload
|
|
50
|
-
def __init__(self
|
|
39
|
+
def __init__(self) -> None:
|
|
51
40
|
...
|
|
52
41
|
|
|
53
42
|
@overload
|
|
54
|
-
def __init__(self) -> None:
|
|
43
|
+
def __init__(self, preexisting_handle: System.IntPtr, owns_handle: bool) -> None:
|
|
55
44
|
...
|
|
56
45
|
|
|
57
46
|
@staticmethod
|
|
58
47
|
@overload
|
|
59
|
-
def create_anonymous_pipe(read_handle: typing.Optional[Microsoft.Win32.SafeHandles.SafeFileHandle], write_handle: typing.Optional[Microsoft.Win32.SafeHandles.SafeFileHandle], async_read: bool
|
|
48
|
+
def create_anonymous_pipe(read_handle: typing.Optional[Microsoft.Win32.SafeHandles.SafeFileHandle], write_handle: typing.Optional[Microsoft.Win32.SafeHandles.SafeFileHandle], async_read: bool, async_write: bool) -> typing.Tuple[None, Microsoft.Win32.SafeHandles.SafeFileHandle, Microsoft.Win32.SafeHandles.SafeFileHandle]:
|
|
60
49
|
...
|
|
61
50
|
|
|
62
51
|
@staticmethod
|
|
63
52
|
@overload
|
|
64
|
-
def create_anonymous_pipe(read_handle: typing.Optional[Microsoft.Win32.SafeHandles.SafeFileHandle], write_handle: typing.Optional[Microsoft.Win32.SafeHandles.SafeFileHandle], async_read: bool, async_write: bool) -> typing.Tuple[None, Microsoft.Win32.SafeHandles.SafeFileHandle, Microsoft.Win32.SafeHandles.SafeFileHandle]:
|
|
53
|
+
def create_anonymous_pipe(read_handle: typing.Optional[Microsoft.Win32.SafeHandles.SafeFileHandle], write_handle: typing.Optional[Microsoft.Win32.SafeHandles.SafeFileHandle], async_read: bool = False, async_write: bool = False) -> typing.Tuple[None, Microsoft.Win32.SafeHandles.SafeFileHandle, Microsoft.Win32.SafeHandles.SafeFileHandle]:
|
|
65
54
|
...
|
|
66
55
|
|
|
67
56
|
def release_handle(self) -> bool:
|
|
68
57
|
...
|
|
69
58
|
|
|
70
59
|
|
|
71
|
-
class
|
|
60
|
+
class CriticalHandleMinusOneIsInvalid(System.Runtime.InteropServices.CriticalHandle, metaclass=abc.ABCMeta):
|
|
72
61
|
"""This class has no documentation."""
|
|
73
62
|
|
|
74
63
|
@property
|
|
@@ -79,18 +68,14 @@ class CriticalHandleZeroOrMinusOneIsInvalid(System.Runtime.InteropServices.Criti
|
|
|
79
68
|
...
|
|
80
69
|
|
|
81
70
|
|
|
82
|
-
class
|
|
71
|
+
class CriticalHandleZeroOrMinusOneIsInvalid(System.Runtime.InteropServices.CriticalHandle, metaclass=abc.ABCMeta):
|
|
83
72
|
"""This class has no documentation."""
|
|
84
73
|
|
|
85
|
-
@
|
|
86
|
-
def
|
|
87
|
-
...
|
|
88
|
-
|
|
89
|
-
@overload
|
|
90
|
-
def __init__(self, existing_handle: System.IntPtr, owns_handle: bool) -> None:
|
|
74
|
+
@property
|
|
75
|
+
def is_invalid(self) -> bool:
|
|
91
76
|
...
|
|
92
77
|
|
|
93
|
-
def
|
|
78
|
+
def __init__(self) -> None:
|
|
94
79
|
...
|
|
95
80
|
|
|
96
81
|
|
|
@@ -105,3 +90,18 @@ class SafeHandleMinusOneIsInvalid(System.Runtime.InteropServices.SafeHandle, met
|
|
|
105
90
|
...
|
|
106
91
|
|
|
107
92
|
|
|
93
|
+
class SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid):
|
|
94
|
+
"""This class has no documentation."""
|
|
95
|
+
|
|
96
|
+
@overload
|
|
97
|
+
def __init__(self) -> None:
|
|
98
|
+
...
|
|
99
|
+
|
|
100
|
+
@overload
|
|
101
|
+
def __init__(self, existing_handle: System.IntPtr, owns_handle: bool) -> None:
|
|
102
|
+
...
|
|
103
|
+
|
|
104
|
+
def release_handle(self) -> bool:
|
|
105
|
+
...
|
|
106
|
+
|
|
107
|
+
|