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
Currently, all tuples, lists and their subclasses are converted to lists, which is not ideal.
They should be converted back to their class/subclass (e.g. namedtuple).
BTW: why do you recurse down tuples/lists at all?
The text was updated successfully, but these errors were encountered:
Agreed, in some cases/libraries, input parameters type is fixed, which requires people to convert the easydict item back to whatever the function needs, seems to be a little bit awkward.
Currently, all tuples, lists and their subclasses are converted to lists, which is not ideal.
They should be converted back to their class/subclass (e.g. namedtuple).
BTW: why do you recurse down tuples/lists at all?
The text was updated successfully, but these errors were encountered: