Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TypeField descriptor to ConnObj and Primitive classes #131

Open
drewm102 opened this issue Sep 28, 2022 · 0 comments
Open

Add TypeField descriptor to ConnObj and Primitive classes #131

drewm102 opened this issue Sep 28, 2022 · 0 comments
Assignees

Comments

@drewm102
Copy link
Collaborator

  • 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}"
@drewm102 drewm102 assigned drewm102 and unassigned hiro727 Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants