ansys-fluent-core 0.30.dev1__py3-none-any.whl → 0.30.dev2__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.
Potentially problematic release.
This version of ansys-fluent-core might be problematic. Click here for more details.
- ansys/fluent/core/__init__.py +1 -1
- ansys/fluent/core/_version.py +1 -1
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/post_objects/meta.py +6 -6
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev2.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev2.dist-info}/RECORD +8 -8
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev2.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.30.dev1.dist-info → ansys_fluent_core-0.30.dev2.dist-info}/WHEEL +0 -0
|
@@ -765,7 +765,7 @@ class PyLocalContainer(MutableMapping):
|
|
|
765
765
|
self._parent = parent
|
|
766
766
|
self._name = name
|
|
767
767
|
self.__object_class = object_class
|
|
768
|
-
self.
|
|
768
|
+
self._local_collection = {}
|
|
769
769
|
self.__api_helper = api_helper
|
|
770
770
|
self.type = "named-object"
|
|
771
771
|
self._command_names = []
|
|
@@ -856,15 +856,15 @@ class PyLocalContainer(MutableMapping):
|
|
|
856
856
|
return self.get_session_handle()
|
|
857
857
|
|
|
858
858
|
def __iter__(self):
|
|
859
|
-
return iter(self.
|
|
859
|
+
return iter(self._local_collection)
|
|
860
860
|
|
|
861
861
|
def __len__(self):
|
|
862
|
-
return len(self.
|
|
862
|
+
return len(self._local_collection)
|
|
863
863
|
|
|
864
864
|
def __getitem__(self, name):
|
|
865
|
-
o = self.
|
|
865
|
+
o = self._local_collection.get(name, None)
|
|
866
866
|
if not o:
|
|
867
|
-
o = self.
|
|
867
|
+
o = self._local_collection[name] = self.__object_class(
|
|
868
868
|
name, self, self.__api_helper
|
|
869
869
|
)
|
|
870
870
|
on_create = getattr(self._PyLocalContainer__object_class, "on_create", None)
|
|
@@ -877,7 +877,7 @@ class PyLocalContainer(MutableMapping):
|
|
|
877
877
|
o.update(value)
|
|
878
878
|
|
|
879
879
|
def __delitem__(self, name):
|
|
880
|
-
del self.
|
|
880
|
+
del self._local_collection[name]
|
|
881
881
|
on_delete = getattr(self._PyLocalContainer__object_class, "on_delete", None)
|
|
882
882
|
if on_delete:
|
|
883
883
|
on_delete(self, name)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
ansys/fluent/core/__init__.py,sha256=
|
|
2
|
-
ansys/fluent/core/_version.py,sha256=
|
|
1
|
+
ansys/fluent/core/__init__.py,sha256=POOkXzhiMDhgWUfS0yhD8FAwyTrZzQttMeJcri9T0fg,5721
|
|
2
|
+
ansys/fluent/core/_version.py,sha256=P3sQTBMubCJlTOkjahX7z-Q_O0ZbwjbIw_HBwbQP3po,1550
|
|
3
3
|
ansys/fluent/core/data_model_cache.py,sha256=MVnBuH7s5Yr_AI8f0F9kPw-gMExDopUKvW9a99MX2RE,16963
|
|
4
4
|
ansys/fluent/core/exceptions.py,sha256=-3N1Mz58PzxxISx0SvKQqhcK9vAeqhsHnmgI7kW-S6w,1890
|
|
5
5
|
ansys/fluent/core/file_session.py,sha256=5Pvotahjxw796IeyFJxZIXRh2zdLjz_4abDxdOJTyX4,27850
|
|
@@ -57,7 +57,7 @@ ansys/fluent/core/generated/fluent_version_241.py,sha256=R60bDiS2y_VYuI49NMPWTYg
|
|
|
57
57
|
ansys/fluent/core/generated/fluent_version_242.py,sha256=098i_ge1V5f_MZxu9hIjNAF_nYL5RTEzsGNkrgVIn0A,167
|
|
58
58
|
ansys/fluent/core/generated/fluent_version_251.py,sha256=HB2VZqVDg8DbP2kDE1v2rCxCgUrXwnWdiLGaTOdNnF0,167
|
|
59
59
|
ansys/fluent/core/generated/fluent_version_252.py,sha256=Yby-6pWqjg43FI208El4qjKqdLNf-JvecDcjLooCOcA,151
|
|
60
|
-
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=
|
|
60
|
+
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=OjPEuFildpF5FXPa8w78-Z23Fde6ek_lqg0TqNiM-DM,13452758
|
|
61
61
|
ansys/fluent/core/generated/datamodel_222/PMFileManagement.py,sha256=LhCYSB_swkVZ8iPqGus-miHD65LqZB_x3C6y0B_Bl34,7270
|
|
62
62
|
ansys/fluent/core/generated/datamodel_222/PartManagement.py,sha256=Lvq9BtPFQK_26m0K-pHIeN2QaMr_8xu2pGGW-07avPA,40605
|
|
63
63
|
ansys/fluent/core/generated/datamodel_222/meshing.py,sha256=w815twyOdeNBQjuyWGCWektjM4oDaWq2MBoSiZXiYoI,49964
|
|
@@ -156,7 +156,7 @@ ansys/fluent/core/launcher/watchdog_exec,sha256=FkODof1TWvOerNqIMdqmBQRc0kIawkNC
|
|
|
156
156
|
ansys/fluent/core/meshing/meshing_workflow.py,sha256=EVWoXL82vjQiBNFUsyJE5dgwBz5ofOtdaaUrCov8yuA,10776
|
|
157
157
|
ansys/fluent/core/post_objects/__init__.py,sha256=iU3iD1C8euFedGFX4o1-NVuoI7OKhEgjmbXR1tqjv0o,1153
|
|
158
158
|
ansys/fluent/core/post_objects/check_in_notebook.py,sha256=URmaR9e69HO8EjM5qKBqtqqPKqPnxOYyraYJe58uw4g,1519
|
|
159
|
-
ansys/fluent/core/post_objects/meta.py,sha256=
|
|
159
|
+
ansys/fluent/core/post_objects/meta.py,sha256=u0OywzTWYuOCYj3Q9qhW9taaDXSAhN5xkuv_8wQgqf8,32889
|
|
160
160
|
ansys/fluent/core/post_objects/post_helper.py,sha256=fab0hSu-EwcN0NuFPWACuhr20337RrDutQWjyOv_ClA,7520
|
|
161
161
|
ansys/fluent/core/post_objects/post_object_definitions.py,sha256=WzSPCDpveV-q00JvZTa3MvPkN6IEmRmIrrx5wryXwr4,22020
|
|
162
162
|
ansys/fluent/core/post_objects/post_objects_container.py,sha256=PXixSdXHUG4VZlmMyRYXshLzq1_tqEFD6ywVcJUhV-Y,8942
|
|
@@ -213,7 +213,7 @@ ansys/fluent/core/utils/fldoc.py,sha256=q0qmq_RDfxUqP5EuSnE3yRNgyEavsOdGYBaIrZ0i
|
|
|
213
213
|
ansys/fluent/core/utils/fluent_version.py,sha256=NGa9olfPj0ZSJE25fooVZbUKHiWbXPu5_Y518FhNYG4,5334
|
|
214
214
|
ansys/fluent/core/utils/networking.py,sha256=hrZi4WgUSKGwV3iJBAK3tOaS4XLs4Nfs63fOwWvwM6I,4428
|
|
215
215
|
ansys/fluent/core/utils/setup_for_fluent.py,sha256=kgRIB40Fs0tx6Nup5LGhVIu63lX9CYzGx6TkgmJfZBw,2031
|
|
216
|
-
ansys_fluent_core-0.30.
|
|
217
|
-
ansys_fluent_core-0.30.
|
|
218
|
-
ansys_fluent_core-0.30.
|
|
219
|
-
ansys_fluent_core-0.30.
|
|
216
|
+
ansys_fluent_core-0.30.dev2.dist-info/LICENSE,sha256=5w5etzTlBx3bnQfaa3IXMnV4n9cHCJn4bD5XbiUfCbY,1097
|
|
217
|
+
ansys_fluent_core-0.30.dev2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
|
218
|
+
ansys_fluent_core-0.30.dev2.dist-info/METADATA,sha256=tSmVzlebHh9qLqfE4C6wXgEDAcLVhpW7XWOX9NwYRRA,9473
|
|
219
|
+
ansys_fluent_core-0.30.dev2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|