MCPcopy 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
344def 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
352class StrongRef(object):

Callers 3

update_classFunction · 0.85
update_propertyFunction · 0.85
superreloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected