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
The get_registry method defined in RegistryHolder metaclass does not work in BaseRegisteredClass or ClassRegistree.
I tried to define it in class BaseRegisteredClass, and it worked, but I am still confusing about methods defined in metaclass :)<