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,166 +0,0 @@
1
- import typing, clr, abc
2
- from System.Collections.Generic import IReadOnlyList_1, IList_1, IEnumerator_1, IEnumerable_1, List_1, IReadOnlyDictionary_2, IDictionary_2, KeyValuePair_2, IReadOnlyCollection_1, ICollection_1
3
- from System.Collections import IList, IDictionary, ICollection
4
- from System import Array_1
5
- from System.ComponentModel import INotifyPropertyChanged
6
- from System.Collections.Specialized import INotifyCollectionChanged
7
-
8
- class Collection_GenericClasses(abc.ABCMeta):
9
- Generic_Collection_GenericClasses_Collection_1_T = typing.TypeVar('Generic_Collection_GenericClasses_Collection_1_T')
10
- def __getitem__(self, types : typing.Type[Generic_Collection_GenericClasses_Collection_1_T]) -> typing.Type[Collection_1[Generic_Collection_GenericClasses_Collection_1_T]]: ...
11
-
12
- Collection : Collection_GenericClasses
13
-
14
- Collection_1_T = typing.TypeVar('Collection_1_T')
15
- class Collection_1(typing.Generic[Collection_1_T], IReadOnlyList_1[Collection_1_T], IList_1[Collection_1_T], IList):
16
- @typing.overload
17
- def __init__(self) -> None: ...
18
- @typing.overload
19
- def __init__(self, list: IList_1[Collection_1_T]) -> None: ...
20
- @property
21
- def Count(self) -> int: ...
22
- @property
23
- def Item(self) -> Collection_1_T: ...
24
- @Item.setter
25
- def Item(self, value: Collection_1_T) -> Collection_1_T: ...
26
- def Add(self, item: Collection_1_T) -> None: ...
27
- def Clear(self) -> None: ...
28
- def Contains(self, item: Collection_1_T) -> bool: ...
29
- def CopyTo(self, array: Array_1[Collection_1_T], index: int) -> None: ...
30
- def GetEnumerator(self) -> IEnumerator_1[Collection_1_T]: ...
31
- def IndexOf(self, item: Collection_1_T) -> int: ...
32
- def Insert(self, index: int, item: Collection_1_T) -> None: ...
33
- def Remove(self, item: Collection_1_T) -> bool: ...
34
- def RemoveAt(self, index: int) -> None: ...
35
-
36
-
37
- class ObservableCollection_GenericClasses(abc.ABCMeta):
38
- Generic_ObservableCollection_GenericClasses_ObservableCollection_1_T = typing.TypeVar('Generic_ObservableCollection_GenericClasses_ObservableCollection_1_T')
39
- def __getitem__(self, types : typing.Type[Generic_ObservableCollection_GenericClasses_ObservableCollection_1_T]) -> typing.Type[ObservableCollection_1[Generic_ObservableCollection_GenericClasses_ObservableCollection_1_T]]: ...
40
-
41
- ObservableCollection : ObservableCollection_GenericClasses
42
-
43
- ObservableCollection_1_T = typing.TypeVar('ObservableCollection_1_T')
44
- class ObservableCollection_1(typing.Generic[ObservableCollection_1_T], Collection_1[ObservableCollection_1_T], INotifyPropertyChanged, INotifyCollectionChanged):
45
- @typing.overload
46
- def __init__(self) -> None: ...
47
- @typing.overload
48
- def __init__(self, collection: IEnumerable_1[ObservableCollection_1_T]) -> None: ...
49
- @typing.overload
50
- def __init__(self, list: List_1[ObservableCollection_1_T]) -> None: ...
51
- @property
52
- def Count(self) -> int: ...
53
- @property
54
- def Item(self) -> ObservableCollection_1_T: ...
55
- @Item.setter
56
- def Item(self, value: ObservableCollection_1_T) -> ObservableCollection_1_T: ...
57
- def Move(self, oldIndex: int, newIndex: int) -> None: ...
58
-
59
-
60
- class ReadOnlyCollection_GenericClasses(abc.ABCMeta):
61
- Generic_ReadOnlyCollection_GenericClasses_ReadOnlyCollection_1_T = typing.TypeVar('Generic_ReadOnlyCollection_GenericClasses_ReadOnlyCollection_1_T')
62
- def __getitem__(self, types : typing.Type[Generic_ReadOnlyCollection_GenericClasses_ReadOnlyCollection_1_T]) -> typing.Type[ReadOnlyCollection_1[Generic_ReadOnlyCollection_GenericClasses_ReadOnlyCollection_1_T]]: ...
63
-
64
- ReadOnlyCollection : ReadOnlyCollection_GenericClasses
65
-
66
- ReadOnlyCollection_1_T = typing.TypeVar('ReadOnlyCollection_1_T')
67
- class ReadOnlyCollection_1(typing.Generic[ReadOnlyCollection_1_T], IReadOnlyList_1[ReadOnlyCollection_1_T], IList_1[ReadOnlyCollection_1_T], IList):
68
- def __init__(self, list: IList_1[ReadOnlyCollection_1_T]) -> None: ...
69
- @property
70
- def Count(self) -> int: ...
71
- @classmethod
72
- @property
73
- def Empty(cls) -> ReadOnlyCollection_1[ReadOnlyCollection_1_T]: ...
74
- @property
75
- def Item(self) -> ReadOnlyCollection_1_T: ...
76
- def Contains(self, value: ReadOnlyCollection_1_T) -> bool: ...
77
- def CopyTo(self, array: Array_1[ReadOnlyCollection_1_T], index: int) -> None: ...
78
- def GetEnumerator(self) -> IEnumerator_1[ReadOnlyCollection_1_T]: ...
79
- def IndexOf(self, value: ReadOnlyCollection_1_T) -> int: ...
80
-
81
-
82
- class ReadOnlyDictionary_GenericClasses(abc.ABCMeta):
83
- Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TKey = typing.TypeVar('Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TKey')
84
- Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TValue = typing.TypeVar('Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TValue')
85
- def __getitem__(self, types : typing.Tuple[typing.Type[Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TKey], typing.Type[Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TValue]]) -> typing.Type[ReadOnlyDictionary_2[Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TKey, Generic_ReadOnlyDictionary_GenericClasses_ReadOnlyDictionary_2_TValue]]: ...
86
-
87
- ReadOnlyDictionary : ReadOnlyDictionary_GenericClasses
88
-
89
- ReadOnlyDictionary_2_TKey = typing.TypeVar('ReadOnlyDictionary_2_TKey')
90
- ReadOnlyDictionary_2_TValue = typing.TypeVar('ReadOnlyDictionary_2_TValue')
91
- class ReadOnlyDictionary_2(typing.Generic[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue], IReadOnlyDictionary_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue], IDictionary_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue], IDictionary):
92
- def __init__(self, dictionary: IDictionary_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]) -> None: ...
93
- @property
94
- def Count(self) -> int: ...
95
- @classmethod
96
- @property
97
- def Empty(cls) -> ReadOnlyDictionary_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]: ...
98
- @property
99
- def Item(self) -> ReadOnlyDictionary_2_TValue: ...
100
- @property
101
- def Keys(self) -> ReadOnlyDictionary_2.KeyCollection_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]: ...
102
- @property
103
- def Values(self) -> ReadOnlyDictionary_2.ValueCollection_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]: ...
104
- def ContainsKey(self, key: ReadOnlyDictionary_2_TKey) -> bool: ...
105
- def GetEnumerator(self) -> IEnumerator_1[KeyValuePair_2[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]]: ...
106
- def TryGetValue(self, key: ReadOnlyDictionary_2_TKey, value: clr.Reference[ReadOnlyDictionary_2_TValue]) -> bool: ...
107
-
108
- KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey = typing.TypeVar('KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey')
109
- KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue = typing.TypeVar('KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue')
110
- class KeyCollection_GenericClasses(typing.Generic[KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey, KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue], abc.ABCMeta):
111
- KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey = ReadOnlyDictionary_2.KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey
112
- KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue = ReadOnlyDictionary_2.KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue
113
- def __call__(self) -> ReadOnlyDictionary_2.KeyCollection_2[KeyCollection_GenericClasses_ReadOnlyDictionary_2_TKey, KeyCollection_GenericClasses_ReadOnlyDictionary_2_TValue]: ...
114
-
115
- KeyCollection : KeyCollection_GenericClasses[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]
116
-
117
- KeyCollection_2_TKey = typing.TypeVar('KeyCollection_2_TKey')
118
- KeyCollection_2_TValue = typing.TypeVar('KeyCollection_2_TValue')
119
- class KeyCollection_2(typing.Generic[KeyCollection_2_TKey, KeyCollection_2_TValue], IReadOnlyCollection_1[KeyCollection_2_TKey], ICollection_1[KeyCollection_2_TKey], ICollection):
120
- KeyCollection_2_TKey = ReadOnlyDictionary_2.KeyCollection_2_TKey
121
- KeyCollection_2_TValue = ReadOnlyDictionary_2.KeyCollection_2_TValue
122
- @property
123
- def Count(self) -> int: ...
124
- def Contains(self, item: KeyCollection_2_TKey) -> bool: ...
125
- def CopyTo(self, array: Array_1[KeyCollection_2_TKey], arrayIndex: int) -> None: ...
126
- def GetEnumerator(self) -> IEnumerator_1[KeyCollection_2_TKey]: ...
127
-
128
-
129
- ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey = typing.TypeVar('ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey')
130
- ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue = typing.TypeVar('ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue')
131
- class ValueCollection_GenericClasses(typing.Generic[ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey, ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue], abc.ABCMeta):
132
- ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey = ReadOnlyDictionary_2.ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey
133
- ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue = ReadOnlyDictionary_2.ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue
134
- def __call__(self) -> ReadOnlyDictionary_2.ValueCollection_2[ValueCollection_GenericClasses_ReadOnlyDictionary_2_TKey, ValueCollection_GenericClasses_ReadOnlyDictionary_2_TValue]: ...
135
-
136
- ValueCollection : ValueCollection_GenericClasses[ReadOnlyDictionary_2_TKey, ReadOnlyDictionary_2_TValue]
137
-
138
- ValueCollection_2_TKey = typing.TypeVar('ValueCollection_2_TKey')
139
- ValueCollection_2_TValue = typing.TypeVar('ValueCollection_2_TValue')
140
- class ValueCollection_2(typing.Generic[ValueCollection_2_TKey, ValueCollection_2_TValue], IReadOnlyCollection_1[ValueCollection_2_TValue], ICollection_1[ValueCollection_2_TValue], ICollection):
141
- ValueCollection_2_TKey = ReadOnlyDictionary_2.ValueCollection_2_TKey
142
- ValueCollection_2_TValue = ReadOnlyDictionary_2.ValueCollection_2_TValue
143
- @property
144
- def Count(self) -> int: ...
145
- def CopyTo(self, array: Array_1[ValueCollection_2_TValue], arrayIndex: int) -> None: ...
146
- def GetEnumerator(self) -> IEnumerator_1[ValueCollection_2_TValue]: ...
147
-
148
-
149
-
150
- class ReadOnlyObservableCollection_GenericClasses(abc.ABCMeta):
151
- Generic_ReadOnlyObservableCollection_GenericClasses_ReadOnlyObservableCollection_1_T = typing.TypeVar('Generic_ReadOnlyObservableCollection_GenericClasses_ReadOnlyObservableCollection_1_T')
152
- def __getitem__(self, types : typing.Type[Generic_ReadOnlyObservableCollection_GenericClasses_ReadOnlyObservableCollection_1_T]) -> typing.Type[ReadOnlyObservableCollection_1[Generic_ReadOnlyObservableCollection_GenericClasses_ReadOnlyObservableCollection_1_T]]: ...
153
-
154
- ReadOnlyObservableCollection : ReadOnlyObservableCollection_GenericClasses
155
-
156
- ReadOnlyObservableCollection_1_T = typing.TypeVar('ReadOnlyObservableCollection_1_T')
157
- class ReadOnlyObservableCollection_1(typing.Generic[ReadOnlyObservableCollection_1_T], ReadOnlyCollection_1[ReadOnlyObservableCollection_1_T], INotifyPropertyChanged, INotifyCollectionChanged):
158
- def __init__(self, list: ObservableCollection_1[ReadOnlyObservableCollection_1_T]) -> None: ...
159
- @property
160
- def Count(self) -> int: ...
161
- @classmethod
162
- @property
163
- def Empty(cls) -> ReadOnlyObservableCollection_1[ReadOnlyObservableCollection_1_T]: ...
164
- @property
165
- def Item(self) -> ReadOnlyObservableCollection_1_T: ...
166
-
@@ -1,82 +0,0 @@
1
- import typing
2
- from System import EventArgs, Array
3
- from System.Collections import IList, IEnumerable, ICollection, IEnumerator
4
-
5
- class INotifyCollectionChanged(typing.Protocol):
6
- pass
7
-
8
-
9
- class NotifyCollectionChangedAction(typing.SupportsInt):
10
- @typing.overload
11
- def __init__(self, value : int) -> None: ...
12
- @typing.overload
13
- def __init__(self, value : int, force_if_true: bool) -> None: ...
14
- def __int__(self) -> int: ...
15
-
16
- # Values:
17
- Add : NotifyCollectionChangedAction # 0
18
- Remove : NotifyCollectionChangedAction # 1
19
- Replace : NotifyCollectionChangedAction # 2
20
- Move : NotifyCollectionChangedAction # 3
21
- Reset : NotifyCollectionChangedAction # 4
22
-
23
-
24
- class NotifyCollectionChangedEventArgs(EventArgs):
25
- @typing.overload
26
- def __init__(self, action: NotifyCollectionChangedAction) -> None: ...
27
- @typing.overload
28
- def __init__(self, action: NotifyCollectionChangedAction, changedItem: typing.Any) -> None: ...
29
- @typing.overload
30
- def __init__(self, action: NotifyCollectionChangedAction, changedItem: typing.Any, index: int) -> None: ...
31
- @typing.overload
32
- def __init__(self, action: NotifyCollectionChangedAction, changedItem: typing.Any, index: int, oldIndex: int) -> None: ...
33
- @typing.overload
34
- def __init__(self, action: NotifyCollectionChangedAction, changedItems: IList) -> None: ...
35
- @typing.overload
36
- def __init__(self, action: NotifyCollectionChangedAction, changedItems: IList, index: int, oldIndex: int) -> None: ...
37
- @typing.overload
38
- def __init__(self, action: NotifyCollectionChangedAction, changedItems: IList, startingIndex: int) -> None: ...
39
- @typing.overload
40
- def __init__(self, action: NotifyCollectionChangedAction, newItem: typing.Any, oldItem: typing.Any) -> None: ...
41
- @typing.overload
42
- def __init__(self, action: NotifyCollectionChangedAction, newItem: typing.Any, oldItem: typing.Any, index: int) -> None: ...
43
- @typing.overload
44
- def __init__(self, action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList) -> None: ...
45
- @typing.overload
46
- def __init__(self, action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList, startingIndex: int) -> None: ...
47
- @property
48
- def Action(self) -> NotifyCollectionChangedAction: ...
49
- @property
50
- def NewItems(self) -> IList: ...
51
- @property
52
- def NewStartingIndex(self) -> int: ...
53
- @property
54
- def OldItems(self) -> IList: ...
55
- @property
56
- def OldStartingIndex(self) -> int: ...
57
-
58
-
59
- class StringDictionary(IEnumerable):
60
- def __init__(self) -> None: ...
61
- @property
62
- def Count(self) -> int: ...
63
- @property
64
- def IsSynchronized(self) -> bool: ...
65
- @property
66
- def Item(self) -> str: ...
67
- @Item.setter
68
- def Item(self, value: str) -> str: ...
69
- @property
70
- def Keys(self) -> ICollection: ...
71
- @property
72
- def SyncRoot(self) -> typing.Any: ...
73
- @property
74
- def Values(self) -> ICollection: ...
75
- def Add(self, key: str, value: str) -> None: ...
76
- def Clear(self) -> None: ...
77
- def ContainsKey(self, key: str) -> bool: ...
78
- def ContainsValue(self, value: str) -> bool: ...
79
- def CopyTo(self, array: Array, index: int) -> None: ...
80
- def GetEnumerator(self) -> IEnumerator: ...
81
- def Remove(self, key: str) -> None: ...
82
-
@@ -1,403 +0,0 @@
1
- import typing, clr, abc
2
- from System import ICloneable, Array, Array_1
3
- from System.Runtime.Serialization import ISerializable, SerializationInfo, StreamingContext, IDeserializationCallback
4
- from System.Globalization import CultureInfo
5
-
6
- class ArrayList(IList, ICloneable):
7
- @typing.overload
8
- def __init__(self) -> None: ...
9
- @typing.overload
10
- def __init__(self, c: ICollection) -> None: ...
11
- @typing.overload
12
- def __init__(self, capacity: int) -> None: ...
13
- @property
14
- def Capacity(self) -> int: ...
15
- @Capacity.setter
16
- def Capacity(self, value: int) -> int: ...
17
- @property
18
- def Count(self) -> int: ...
19
- @property
20
- def IsFixedSize(self) -> bool: ...
21
- @property
22
- def IsReadOnly(self) -> bool: ...
23
- @property
24
- def IsSynchronized(self) -> bool: ...
25
- @property
26
- def Item(self) -> typing.Any: ...
27
- @Item.setter
28
- def Item(self, value: typing.Any) -> typing.Any: ...
29
- @property
30
- def SyncRoot(self) -> typing.Any: ...
31
- @staticmethod
32
- def Adapter(list: IList) -> ArrayList: ...
33
- def Add(self, value: typing.Any) -> int: ...
34
- def AddRange(self, c: ICollection) -> None: ...
35
- def Clear(self) -> None: ...
36
- def Clone(self) -> typing.Any: ...
37
- def Contains(self, item: typing.Any) -> bool: ...
38
- def GetRange(self, index: int, count: int) -> ArrayList: ...
39
- def Insert(self, index: int, value: typing.Any) -> None: ...
40
- def InsertRange(self, index: int, c: ICollection) -> None: ...
41
- def Remove(self, obj: typing.Any) -> None: ...
42
- def RemoveAt(self, index: int) -> None: ...
43
- def RemoveRange(self, index: int, count: int) -> None: ...
44
- @staticmethod
45
- def Repeat(value: typing.Any, count: int) -> ArrayList: ...
46
- def SetRange(self, index: int, c: ICollection) -> None: ...
47
- def TrimToSize(self) -> None: ...
48
- # Skipped BinarySearch due to it being static, abstract and generic.
49
-
50
- BinarySearch : BinarySearch_MethodGroup
51
- class BinarySearch_MethodGroup:
52
- @typing.overload
53
- def __call__(self, value: typing.Any) -> int:...
54
- @typing.overload
55
- def __call__(self, value: typing.Any, comparer: IComparer) -> int:...
56
- @typing.overload
57
- def __call__(self, index: int, count: int, value: typing.Any, comparer: IComparer) -> int:...
58
-
59
- # Skipped CopyTo due to it being static, abstract and generic.
60
-
61
- CopyTo : CopyTo_MethodGroup
62
- class CopyTo_MethodGroup:
63
- @typing.overload
64
- def __call__(self, array: Array) -> None:...
65
- @typing.overload
66
- def __call__(self, array: Array, arrayIndex: int) -> None:...
67
- @typing.overload
68
- def __call__(self, index: int, array: Array, arrayIndex: int, count: int) -> None:...
69
-
70
- # Skipped FixedSize due to it being static, abstract and generic.
71
-
72
- FixedSize : FixedSize_MethodGroup
73
- class FixedSize_MethodGroup:
74
- @typing.overload
75
- def __call__(self, list: ArrayList) -> ArrayList:...
76
- @typing.overload
77
- def __call__(self, list: IList) -> IList:...
78
-
79
- # Skipped GetEnumerator due to it being static, abstract and generic.
80
-
81
- GetEnumerator : GetEnumerator_MethodGroup
82
- class GetEnumerator_MethodGroup:
83
- @typing.overload
84
- def __call__(self) -> IEnumerator:...
85
- @typing.overload
86
- def __call__(self, index: int, count: int) -> IEnumerator:...
87
-
88
- # Skipped IndexOf due to it being static, abstract and generic.
89
-
90
- IndexOf : IndexOf_MethodGroup
91
- class IndexOf_MethodGroup:
92
- @typing.overload
93
- def __call__(self, value: typing.Any) -> int:...
94
- @typing.overload
95
- def __call__(self, value: typing.Any, startIndex: int) -> int:...
96
- @typing.overload
97
- def __call__(self, value: typing.Any, startIndex: int, count: int) -> int:...
98
-
99
- # Skipped LastIndexOf due to it being static, abstract and generic.
100
-
101
- LastIndexOf : LastIndexOf_MethodGroup
102
- class LastIndexOf_MethodGroup:
103
- @typing.overload
104
- def __call__(self, value: typing.Any) -> int:...
105
- @typing.overload
106
- def __call__(self, value: typing.Any, startIndex: int) -> int:...
107
- @typing.overload
108
- def __call__(self, value: typing.Any, startIndex: int, count: int) -> int:...
109
-
110
- # Skipped ReadOnly due to it being static, abstract and generic.
111
-
112
- ReadOnly : ReadOnly_MethodGroup
113
- class ReadOnly_MethodGroup:
114
- @typing.overload
115
- def __call__(self, list: ArrayList) -> ArrayList:...
116
- @typing.overload
117
- def __call__(self, list: IList) -> IList:...
118
-
119
- # Skipped Reverse due to it being static, abstract and generic.
120
-
121
- Reverse : Reverse_MethodGroup
122
- class Reverse_MethodGroup:
123
- @typing.overload
124
- def __call__(self) -> None:...
125
- @typing.overload
126
- def __call__(self, index: int, count: int) -> None:...
127
-
128
- # Skipped Sort due to it being static, abstract and generic.
129
-
130
- Sort : Sort_MethodGroup
131
- class Sort_MethodGroup:
132
- @typing.overload
133
- def __call__(self) -> None:...
134
- @typing.overload
135
- def __call__(self, comparer: IComparer) -> None:...
136
- @typing.overload
137
- def __call__(self, index: int, count: int, comparer: IComparer) -> None:...
138
-
139
- # Skipped Synchronized due to it being static, abstract and generic.
140
-
141
- Synchronized : Synchronized_MethodGroup
142
- class Synchronized_MethodGroup:
143
- @typing.overload
144
- def __call__(self, list: ArrayList) -> ArrayList:...
145
- @typing.overload
146
- def __call__(self, list: IList) -> IList:...
147
-
148
- # Skipped ToArray due to it being static, abstract and generic.
149
-
150
- ToArray : ToArray_MethodGroup
151
- class ToArray_MethodGroup:
152
- @typing.overload
153
- def __call__(self) -> Array_1[typing.Any]:...
154
- @typing.overload
155
- def __call__(self, type: typing.Type[typing.Any]) -> Array:...
156
-
157
-
158
-
159
- class CollectionBase(IList, abc.ABC):
160
- @property
161
- def Capacity(self) -> int: ...
162
- @Capacity.setter
163
- def Capacity(self, value: int) -> int: ...
164
- @property
165
- def Count(self) -> int: ...
166
- def Clear(self) -> None: ...
167
- def GetEnumerator(self) -> IEnumerator: ...
168
- def RemoveAt(self, index: int) -> None: ...
169
-
170
-
171
- class Comparer(ISerializable, IComparer):
172
- def __init__(self, culture: CultureInfo) -> None: ...
173
- Default : Comparer
174
- DefaultInvariant : Comparer
175
- def Compare(self, a: typing.Any, b: typing.Any) -> int: ...
176
- def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
177
-
178
-
179
- class DictionaryEntry:
180
- def __init__(self, key: typing.Any, value: typing.Any) -> None: ...
181
- @property
182
- def Key(self) -> typing.Any: ...
183
- @Key.setter
184
- def Key(self, value: typing.Any) -> typing.Any: ...
185
- @property
186
- def Value(self) -> typing.Any: ...
187
- @Value.setter
188
- def Value(self, value: typing.Any) -> typing.Any: ...
189
- def Deconstruct(self, key: clr.Reference[typing.Any], value: clr.Reference[typing.Any]) -> None: ...
190
- def ToString(self) -> str: ...
191
-
192
-
193
- class Hashtable(IDictionary, ICloneable, IDeserializationCallback, ISerializable):
194
- @typing.overload
195
- def __init__(self) -> None: ...
196
- @typing.overload
197
- def __init__(self, capacity: int) -> None: ...
198
- @typing.overload
199
- def __init__(self, capacity: int, equalityComparer: IEqualityComparer) -> None: ...
200
- @typing.overload
201
- def __init__(self, capacity: int, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
202
- @typing.overload
203
- def __init__(self, capacity: int, loadFactor: float) -> None: ...
204
- @typing.overload
205
- def __init__(self, capacity: int, loadFactor: float, equalityComparer: IEqualityComparer) -> None: ...
206
- @typing.overload
207
- def __init__(self, capacity: int, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
208
- @typing.overload
209
- def __init__(self, d: IDictionary) -> None: ...
210
- @typing.overload
211
- def __init__(self, d: IDictionary, equalityComparer: IEqualityComparer) -> None: ...
212
- @typing.overload
213
- def __init__(self, d: IDictionary, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
214
- @typing.overload
215
- def __init__(self, d: IDictionary, loadFactor: float) -> None: ...
216
- @typing.overload
217
- def __init__(self, d: IDictionary, loadFactor: float, equalityComparer: IEqualityComparer) -> None: ...
218
- @typing.overload
219
- def __init__(self, d: IDictionary, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
220
- @typing.overload
221
- def __init__(self, equalityComparer: IEqualityComparer) -> None: ...
222
- @typing.overload
223
- def __init__(self, hcp: IHashCodeProvider, comparer: IComparer) -> None: ...
224
- @property
225
- def Count(self) -> int: ...
226
- @property
227
- def IsFixedSize(self) -> bool: ...
228
- @property
229
- def IsReadOnly(self) -> bool: ...
230
- @property
231
- def IsSynchronized(self) -> bool: ...
232
- @property
233
- def Item(self) -> typing.Any: ...
234
- @Item.setter
235
- def Item(self, value: typing.Any) -> typing.Any: ...
236
- @property
237
- def Keys(self) -> ICollection: ...
238
- @property
239
- def SyncRoot(self) -> typing.Any: ...
240
- @property
241
- def Values(self) -> ICollection: ...
242
- def Add(self, key: typing.Any, value: typing.Any) -> None: ...
243
- def Clear(self) -> None: ...
244
- def Clone(self) -> typing.Any: ...
245
- def Contains(self, key: typing.Any) -> bool: ...
246
- def ContainsKey(self, key: typing.Any) -> bool: ...
247
- def ContainsValue(self, value: typing.Any) -> bool: ...
248
- def CopyTo(self, array: Array, arrayIndex: int) -> None: ...
249
- def GetEnumerator(self) -> IDictionaryEnumerator: ...
250
- def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
251
- def OnDeserialization(self, sender: typing.Any) -> None: ...
252
- def Remove(self, key: typing.Any) -> None: ...
253
- @staticmethod
254
- def Synchronized(table: Hashtable) -> Hashtable: ...
255
-
256
-
257
- class ICollection(IEnumerable, typing.Protocol):
258
- @property
259
- def Count(self) -> int: ...
260
- @property
261
- def IsSynchronized(self) -> bool: ...
262
- @property
263
- def SyncRoot(self) -> typing.Any: ...
264
- @abc.abstractmethod
265
- def CopyTo(self, array: Array, index: int) -> None: ...
266
-
267
-
268
- class IComparer(typing.Protocol):
269
- @abc.abstractmethod
270
- def Compare(self, x: typing.Any, y: typing.Any) -> int: ...
271
-
272
-
273
- class IDictionary(ICollection, typing.Protocol):
274
- @property
275
- def IsFixedSize(self) -> bool: ...
276
- @property
277
- def IsReadOnly(self) -> bool: ...
278
- @property
279
- def Item(self) -> typing.Any: ...
280
- @Item.setter
281
- def Item(self, value: typing.Any) -> typing.Any: ...
282
- @property
283
- def Keys(self) -> ICollection: ...
284
- @property
285
- def Values(self) -> ICollection: ...
286
- @abc.abstractmethod
287
- def Add(self, key: typing.Any, value: typing.Any) -> None: ...
288
- @abc.abstractmethod
289
- def Clear(self) -> None: ...
290
- @abc.abstractmethod
291
- def Contains(self, key: typing.Any) -> bool: ...
292
- @abc.abstractmethod
293
- def GetEnumerator(self) -> IDictionaryEnumerator: ...
294
- @abc.abstractmethod
295
- def Remove(self, key: typing.Any) -> None: ...
296
-
297
-
298
- class IDictionaryEnumerator(IEnumerator, typing.Protocol):
299
- @property
300
- def Entry(self) -> DictionaryEntry: ...
301
- @property
302
- def Key(self) -> typing.Any: ...
303
- @property
304
- def Value(self) -> typing.Any: ...
305
-
306
-
307
- class IEnumerable(typing.Protocol):
308
- @abc.abstractmethod
309
- def GetEnumerator(self) -> IEnumerator: ...
310
- def __iter__(self) -> typing.Iterator[typing.Any]: ...
311
-
312
-
313
- class IEnumerator(typing.Protocol):
314
- @property
315
- def Current(self) -> typing.Any: ...
316
- @abc.abstractmethod
317
- def MoveNext(self) -> bool: ...
318
- @abc.abstractmethod
319
- def Reset(self) -> None: ...
320
-
321
-
322
- class IEqualityComparer(typing.Protocol):
323
- @abc.abstractmethod
324
- def Equals(self, x: typing.Any, y: typing.Any) -> bool: ...
325
- @abc.abstractmethod
326
- def GetHashCode(self, obj: typing.Any) -> int: ...
327
-
328
-
329
- class IHashCodeProvider(typing.Protocol):
330
- @abc.abstractmethod
331
- def GetHashCode(self, obj: typing.Any) -> int: ...
332
-
333
-
334
- class IList(ICollection, typing.Protocol):
335
- @property
336
- def IsFixedSize(self) -> bool: ...
337
- @property
338
- def IsReadOnly(self) -> bool: ...
339
- @property
340
- def Item(self) -> typing.Any: ...
341
- @Item.setter
342
- def Item(self, value: typing.Any) -> typing.Any: ...
343
- @abc.abstractmethod
344
- def Add(self, value: typing.Any) -> int: ...
345
- @abc.abstractmethod
346
- def Clear(self) -> None: ...
347
- @abc.abstractmethod
348
- def Contains(self, value: typing.Any) -> bool: ...
349
- @abc.abstractmethod
350
- def IndexOf(self, value: typing.Any) -> int: ...
351
- @abc.abstractmethod
352
- def Insert(self, index: int, value: typing.Any) -> None: ...
353
- @abc.abstractmethod
354
- def Remove(self, value: typing.Any) -> None: ...
355
- @abc.abstractmethod
356
- def RemoveAt(self, index: int) -> None: ...
357
-
358
-
359
- class IStructuralComparable(typing.Protocol):
360
- @abc.abstractmethod
361
- def CompareTo(self, other: typing.Any, comparer: IComparer) -> int: ...
362
-
363
-
364
- class IStructuralEquatable(typing.Protocol):
365
- @abc.abstractmethod
366
- def Equals(self, other: typing.Any, comparer: IEqualityComparer) -> bool: ...
367
- @abc.abstractmethod
368
- def GetHashCode(self, comparer: IEqualityComparer) -> int: ...
369
-
370
-
371
- class ListDictionaryInternal(IDictionary):
372
- def __init__(self) -> None: ...
373
- @property
374
- def Count(self) -> int: ...
375
- @property
376
- def IsFixedSize(self) -> bool: ...
377
- @property
378
- def IsReadOnly(self) -> bool: ...
379
- @property
380
- def IsSynchronized(self) -> bool: ...
381
- @property
382
- def Item(self) -> typing.Any: ...
383
- @Item.setter
384
- def Item(self, value: typing.Any) -> typing.Any: ...
385
- @property
386
- def Keys(self) -> ICollection: ...
387
- @property
388
- def SyncRoot(self) -> typing.Any: ...
389
- @property
390
- def Values(self) -> ICollection: ...
391
- def Add(self, key: typing.Any, value: typing.Any) -> None: ...
392
- def Clear(self) -> None: ...
393
- def Contains(self, key: typing.Any) -> bool: ...
394
- def CopyTo(self, array: Array, index: int) -> None: ...
395
- def GetEnumerator(self) -> IDictionaryEnumerator: ...
396
- def Remove(self, key: typing.Any) -> None: ...
397
-
398
-
399
- class ReadOnlyCollectionBase(ICollection, abc.ABC):
400
- @property
401
- def Count(self) -> int: ...
402
- def GetEnumerator(self) -> IEnumerator: ...
403
-