Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
def
isinstance2(a, b, typ):
328
return
isinstance(a, typ) and isinstance(b, typ)
329
330
331
UPDATE_RULES = [
Callers
1
autoreload.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected