MCPcopy Index your code
hub / github.com/ipython/ipython / update_generic

Function update_generic

IPython/extensions/autoreload.py:448–453  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

446
447
448def update_generic(a, b):
449 for type_check, update in UPDATE_RULES:
450 if type_check(a, b):
451 update(a, b)
452 return True
453 return False
454
455
456class StrongRef:

Callers 3

update_classFunction · 0.85
update_propertyFunction · 0.85
superreloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…