-
Notifications
You must be signed in to change notification settings - Fork 192
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
ORM: add entry_point
property to Node
and Group
#5437
ORM: add entry_point
property to Node
and Group
#5437
Conversation
dc7a8ce
to
8fa1ce6
Compare
Ughh, I'm trying to remove Node attributes, not add them 😅 |
I am only conforming to popular demand
Might as well yeah |
8fa1ce6
to
a6210f2
Compare
@chrisjsewell @mbercx are we still adding this? Perhaps also in a subnamespace under |
I think it makes sense to add it under the |
One problem with this approach. The |
Hmm, yeah, |
This property will return the entry point of a `Node` or `Group` instance or class if one is associated with the class, otherwise `None` is returned.
a6210f2
to
44ca1c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Fixes #4939
This property will return the entry point of a
Node
orGroup
instanceif one is associated with the class, otherwise
None
is returned.