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
I was testing out master branch and updating some code to use the changes from #175
It's not clear how I can create a class method (static or not) to create a new instance of self using this new approach? I didn't see any of the updated examples doing this.
I was testing out master branch and updating some code to use the changes from #175
It's not clear how I can create a class method (static or not) to create a new instance of self using this new approach? I didn't see any of the updated examples doing this.
For example, if I wanted to implement
how do I get a reference to the class from my
add_method
oradd_static_method
so I can callinit_object()
on it?I thought something like this might work:
but I get an error that
init_object
method is not found on ClassEntity...The text was updated successfully, but these errors were encountered: