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
It can be hard to accomplish uniqueness of custom_type of VerseNode subclasses in many cases. It could be nice to have some automatic method that would create unique custom_type according subclass __name__, because subclass name has to be unique.
It can be hard to accomplish uniqueness of
custom_typeofVerseNodesubclasses in many cases. It could be nice to have some automatic method that would create uniquecustom_typeaccording subclass__name__, because subclass name has to be unique.