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
Not too much to do. Use better check than isinstance(..., basestring).
Need 2/3 compatible way to check function sigs in cut and paste scripts -- inspect.getargspec has been deprecated in 3 in favor of inspect.signature
The text was updated successfully, but these errors were encountered:
Not too much to do. Use better check than
isinstance(..., basestring)
.Need 2/3 compatible way to check function sigs in cut and paste scripts --
inspect.getargspec
has been deprecated in 3 in favor ofinspect.signature
The text was updated successfully, but these errors were encountered: