PySimultan 0.6.0.3__py3-none-any.whl → 0.6.0.7__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.
- PySimultan2/CHANGELOG.md +3 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/default_types.py +9 -0
- PySimultan2/object_mapper.py +1 -0
- PySimultan2/simultan_object.py +36 -0
- PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- PySimultan2/typings/System/Net/__init__.pyi +81 -0
- PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- PySimultan2/typings/System/Security/__init__.pyi +347 -0
- PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- PySimultan2/typings/System/__init__.pyi +17821 -0
- {pysimultan-0.6.0.3.dist-info → pysimultan-0.6.0.7.dist-info}/METADATA +1 -1
- pysimultan-0.6.0.7.dist-info/RECORD +174 -0
- pysimultan-0.6.0.3.dist-info/RECORD +0 -76
- {pysimultan-0.6.0.3.dist-info → pysimultan-0.6.0.7.dist-info}/WHEEL +0 -0
- {pysimultan-0.6.0.3.dist-info → pysimultan-0.6.0.7.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,76 @@
|
|
1
|
+
import typing, abc
|
2
|
+
from System import Action_1, Exception
|
3
|
+
|
4
|
+
class IValueTaskSource_GenericClasses(abc.ABCMeta):
|
5
|
+
Generic_IValueTaskSource_GenericClasses_IValueTaskSource_1_TResult = typing.TypeVar('Generic_IValueTaskSource_GenericClasses_IValueTaskSource_1_TResult')
|
6
|
+
def __getitem__(self, types : typing.Type[Generic_IValueTaskSource_GenericClasses_IValueTaskSource_1_TResult]) -> typing.Type[IValueTaskSource_1[Generic_IValueTaskSource_GenericClasses_IValueTaskSource_1_TResult]]: ...
|
7
|
+
|
8
|
+
class IValueTaskSource(IValueTaskSource_0, metaclass =IValueTaskSource_GenericClasses): ...
|
9
|
+
|
10
|
+
class IValueTaskSource_0(typing.Protocol):
|
11
|
+
@abc.abstractmethod
|
12
|
+
def GetResult(self, token: int) -> None: ...
|
13
|
+
@abc.abstractmethod
|
14
|
+
def GetStatus(self, token: int) -> ValueTaskSourceStatus: ...
|
15
|
+
@abc.abstractmethod
|
16
|
+
def OnCompleted(self, continuation: Action_1[typing.Any], state: typing.Any, token: int, flags: ValueTaskSourceOnCompletedFlags) -> None: ...
|
17
|
+
|
18
|
+
|
19
|
+
IValueTaskSource_1_TResult = typing.TypeVar('IValueTaskSource_1_TResult', covariant=True)
|
20
|
+
class IValueTaskSource_1(typing.Generic[IValueTaskSource_1_TResult], typing.Protocol):
|
21
|
+
@abc.abstractmethod
|
22
|
+
def GetResult(self, token: int) -> IValueTaskSource_1_TResult: ...
|
23
|
+
@abc.abstractmethod
|
24
|
+
def GetStatus(self, token: int) -> ValueTaskSourceStatus: ...
|
25
|
+
@abc.abstractmethod
|
26
|
+
def OnCompleted(self, continuation: Action_1[typing.Any], state: typing.Any, token: int, flags: ValueTaskSourceOnCompletedFlags) -> None: ...
|
27
|
+
|
28
|
+
|
29
|
+
class ManualResetValueTaskSourceCore_GenericClasses(abc.ABCMeta):
|
30
|
+
Generic_ManualResetValueTaskSourceCore_GenericClasses_ManualResetValueTaskSourceCore_1_TResult = typing.TypeVar('Generic_ManualResetValueTaskSourceCore_GenericClasses_ManualResetValueTaskSourceCore_1_TResult')
|
31
|
+
def __getitem__(self, types : typing.Type[Generic_ManualResetValueTaskSourceCore_GenericClasses_ManualResetValueTaskSourceCore_1_TResult]) -> typing.Type[ManualResetValueTaskSourceCore_1[Generic_ManualResetValueTaskSourceCore_GenericClasses_ManualResetValueTaskSourceCore_1_TResult]]: ...
|
32
|
+
|
33
|
+
ManualResetValueTaskSourceCore : ManualResetValueTaskSourceCore_GenericClasses
|
34
|
+
|
35
|
+
ManualResetValueTaskSourceCore_1_TResult = typing.TypeVar('ManualResetValueTaskSourceCore_1_TResult')
|
36
|
+
class ManualResetValueTaskSourceCore_1(typing.Generic[ManualResetValueTaskSourceCore_1_TResult]):
|
37
|
+
@property
|
38
|
+
def RunContinuationsAsynchronously(self) -> bool: ...
|
39
|
+
@RunContinuationsAsynchronously.setter
|
40
|
+
def RunContinuationsAsynchronously(self, value: bool) -> bool: ...
|
41
|
+
@property
|
42
|
+
def Version(self) -> int: ...
|
43
|
+
def GetResult(self, token: int) -> ManualResetValueTaskSourceCore_1_TResult: ...
|
44
|
+
def GetStatus(self, token: int) -> ValueTaskSourceStatus: ...
|
45
|
+
def OnCompleted(self, continuation: Action_1[typing.Any], state: typing.Any, token: int, flags: ValueTaskSourceOnCompletedFlags) -> None: ...
|
46
|
+
def Reset(self) -> None: ...
|
47
|
+
def SetException(self, error: Exception) -> None: ...
|
48
|
+
def SetResult(self, result: ManualResetValueTaskSourceCore_1_TResult) -> None: ...
|
49
|
+
|
50
|
+
|
51
|
+
class ValueTaskSourceOnCompletedFlags(typing.SupportsInt):
|
52
|
+
@typing.overload
|
53
|
+
def __init__(self, value : int) -> None: ...
|
54
|
+
@typing.overload
|
55
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
56
|
+
def __int__(self) -> int: ...
|
57
|
+
|
58
|
+
# Values:
|
59
|
+
None_ : ValueTaskSourceOnCompletedFlags # 0
|
60
|
+
UseSchedulingContext : ValueTaskSourceOnCompletedFlags # 1
|
61
|
+
FlowExecutionContext : ValueTaskSourceOnCompletedFlags # 2
|
62
|
+
|
63
|
+
|
64
|
+
class ValueTaskSourceStatus(typing.SupportsInt):
|
65
|
+
@typing.overload
|
66
|
+
def __init__(self, value : int) -> None: ...
|
67
|
+
@typing.overload
|
68
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
69
|
+
def __int__(self) -> int: ...
|
70
|
+
|
71
|
+
# Values:
|
72
|
+
Pending : ValueTaskSourceStatus # 0
|
73
|
+
Succeeded : ValueTaskSourceStatus # 1
|
74
|
+
Faulted : ValueTaskSourceStatus # 2
|
75
|
+
Canceled : ValueTaskSourceStatus # 3
|
76
|
+
|