Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ update_generic
Function
update_generic
IPython/extensions/autoreload.py:344–349 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
342
343
344
def
update_generic(a, b):
345
for
type_check, update in UPDATE_RULES:
346
if
type_check(a, b):
347
update(a, b)
348
return
True
349
return
False
350
351
352
class
StrongRef(object):
Callers
3
update_class
Function · 0.85
update_property
Function · 0.85
superreload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected