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

Method __call__

IPython/extensions/autoreload.py:355–356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

353 def __init__(self, obj):
354 self.obj = obj
355 def __call__(self):
356 return self.obj
357
358
359def superreload(module, reload=reload, old_objects=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected