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

Class Autocallable

IPython/core/tests/test_handlers.py:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class Autocallable(autocall.IPyAutocall):
33 def __call__(self):
34 return "called"
35
36
37def run(tests):

Callers 1

test_handlersFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_handlersFunction · 0.68