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
If we add START_TAG and END_TAG class vars we probably will need a new method initState that is simply called at the end of init that can set up any non START_TAG / END_TAG state, this would allows users to not have to re-do the choose the init arg or class arg logic when over-riding initialization
It would be nice to define some more simple rules using just class variables to avoid
__init__
logic, i.e. say a rule to Parseto
With a rule like
could be nice to optionally define the tags (though we need logic to prevent these being defined both at the class and instance level)
The text was updated successfully, but these errors were encountered: