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
In R we have it structured such that the define function first checks if it has been passed a glosario object, if not then instantiates it's own (using the default) and then uses the define method that comes with this class. This is what we need to move on here in Python as it makes for a more seamless experience.
In
glosario-r
we do:But right now in
glosario-py
we do:My proposal is for
glosario-py
to move to a structure similar to:taking into consideration the class initialization that needs to happen if using the default glossary file.
The text was updated successfully, but these errors were encountered: