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
Sometimes `isinstance()` is not suitable for comparing types. For
example, someone may want to make sure an object is exact instance of a
type, not instance of its subclasses.
0 commit comments