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