Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ Autocallable
Class
Autocallable
tests/test_handlers.py:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
29
class
Autocallable(autocall.IPyAutocall):
30
def
__call__(self):
31
return
"called"
32
33
34
@pytest.mark.parametrize(
Callers
1
test_handlers_I
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_handlers_I
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…