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
We have lots of functions that take either a string or an iterable. Right now we do the clunky isinstance() detection of the arguments. Consider single dispatch, from python 3.4.
The text was updated successfully, but these errors were encountered:
We have lots of functions that take either a string or an iterable. Right now we do the clunky
isinstance()
detection of the arguments. Consider single dispatch, from python 3.4.The text was updated successfully, but these errors were encountered: