You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the layout_obj_type values in classes that derive from ConnObj with TypeField values similar to how the type value is handled in Terminal.py
Introduce a TypeField for primitive_type in Primitive objects similar to how the type value is handled in Terminal.py
Note: _type in TypeField needs to be replaced with something like "self._default" and the class needs "def __set_name__(self, name): self._default = f"_{name}"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: