Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
class
Autocallable(autocall.IPyAutocall):
33
def
__call__(self):
34
return
"called"
35
36
37
def
run(tests):
Callers
1
test_handlers
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_handlers
Function · 0.68