MCPcopy Create free account
hub / github.com/ipython/ipython / isinstance2

Function isinstance2

IPython/extensions/autoreload.py:327–328  ·  view source on GitHub ↗
(a, b, typ)

Source from the content-addressed store, hash-verified

325
326
327def isinstance2(a, b, typ):
328 return isinstance(a, typ) and isinstance(b, typ)
329
330
331UPDATE_RULES = [

Callers 1

autoreload.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected