nova-mvvm 0.15.0__py3-none-any.whl → 0.15.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.
- nova/mvvm/trame_binding/binding.py +5 -0
- {nova_mvvm-0.15.0.dist-info → nova_mvvm-0.15.1.dist-info}/METADATA +1 -1
- {nova_mvvm-0.15.0.dist-info → nova_mvvm-0.15.1.dist-info}/RECORD +5 -5
- {nova_mvvm-0.15.0.dist-info → nova_mvvm-0.15.1.dist-info}/WHEEL +0 -0
- {nova_mvvm-0.15.0.dist-info → nova_mvvm-0.15.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -186,6 +186,11 @@ class StateConnection:
|
|
|
186
186
|
base_name = name_in_state
|
|
187
187
|
state_obj = self.state
|
|
188
188
|
|
|
189
|
+
if not isinstance(state_obj, State) and not isinstance(state_obj, dict):
|
|
190
|
+
# TODO: it would be preferred to disallow non-Pydantic objects from use, but
|
|
191
|
+
# until that is complete we need to skip error tracking for them.
|
|
192
|
+
return
|
|
193
|
+
|
|
189
194
|
if is_async():
|
|
190
195
|
with self.state:
|
|
191
196
|
state_obj[name_in_state] = value
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nova-mvvm
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.1
|
|
4
4
|
Summary: A Python Package for Model-View-ViewModel pattern
|
|
5
5
|
Author-email: Sergey Yakubov <yakubovs@ornl.gov>, John Duggan <dugganjw@ornl.gov>, Greg Watson <watsongr@ornl.gov>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,9 +15,9 @@ nova/mvvm/pyqt6_binding/__init__.py,sha256=plms0W4kJjFpZReGOC7lE3SYX1ceGTLbdAJ1G
|
|
|
15
15
|
nova/mvvm/pyqt6_binding/binding.py,sha256=uZNHx23Pf9DwGf3qKfQdmjOhmaXcppNd8pjkh363WP4,1365
|
|
16
16
|
nova/mvvm/pyqt6_binding/pyqt6_worker.py,sha256=y8g_mfPC1xIcpyKq7ZZqxrn9Txp5gPJrsBjAwS5FHhY,2133
|
|
17
17
|
nova/mvvm/trame_binding/__init__.py,sha256=uTdEW9VxtVubSbTLpoD3pC8a-KMgbKkZFlRbucvuQSE,62
|
|
18
|
-
nova/mvvm/trame_binding/binding.py,sha256=
|
|
18
|
+
nova/mvvm/trame_binding/binding.py,sha256=7Ogl8g08Hq-_zYZFUsZaJbm8tJA73U5kqlXF-BTtLJ4,13637
|
|
19
19
|
nova/mvvm/trame_binding/trame_worker.py,sha256=JmrneFU11Hi8TtY558R3yIWW8UGiUeVNO7HvM1uWTVs,3778
|
|
20
|
-
nova_mvvm-0.15.
|
|
21
|
-
nova_mvvm-0.15.
|
|
22
|
-
nova_mvvm-0.15.
|
|
23
|
-
nova_mvvm-0.15.
|
|
20
|
+
nova_mvvm-0.15.1.dist-info/METADATA,sha256=LyeUs6BddhyvtvBReHmo7ED9qEJvn68Fs8jX5K7iS2g,1090
|
|
21
|
+
nova_mvvm-0.15.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
22
|
+
nova_mvvm-0.15.1.dist-info/licenses/LICENSE,sha256=MOqZ8tPMKy8ZETJ2-HEvFTZ7dYNlg3gXmBkV-Y9i8bw,1061
|
|
23
|
+
nova_mvvm-0.15.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|