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
as discussed in #32 I think I should add a testdata.duck that can take an object and produce an object similar to the passed in object, but it should also have the ability to convert it into a dict and things like that, so if I had something like:
… interface is only partly related to issue #35 and issue #45. It might eventually work for all of those ideas but right now the interface is rough. Moves data.py into the data/ util to remove a warning, I'm not sure why python was complaining about the data directory not having an __init__.py file when there was a data.py file, but it was. Updates the setup.py file
as discussed in #32 I think I should add a
testdata.duck
that can take an object and produce an object similar to the passed in object, but it should also have the ability to convert it into a dict and things like that, so if I had something like:I could do this:
You could have a whole host of
duck*
methods on the duck-typed classThe text was updated successfully, but these errors were encountered: