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
isinstance(x, (str, (list, set))) is allowed in python (both 2 and 3) but not in the stubs. Similarly for issubclass, although this feature seems to be documented only in python 2 (but works also in python 3).
The text was updated successfully, but these errors were encountered:
isinstance(x, (str, (list, set)))
is allowed in python (both 2 and 3) but not in the stubs. Similarly forissubclass
, although this feature seems to be documented only in python 2 (but works also in python 3).The text was updated successfully, but these errors were encountered: