Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ index
Method
index
tests/test_guarded_eval.py:950–951 ·
view source on GitHub ↗
(self, k)
Source
from the content-addressed store, hash-verified
948
def
test_unbind_method():
949
class
X(list):
950
def
index(self, k):
951
return
"CUSTOM"
952
953
x = X()
954
assert _unbind_method(x.index) is X.index
Callers
14
gen_latex_symbols.py
File · 0.80
system
Method · 0.80
accept_token
Function · 0.80
set_mode
Method · 0.80
match_dict_keys
Function · 0.80
magic_config_matches
Method · 0.80
_pngxy
Function · 0.80
config
Method · 0.80
patch_function
Method · 0.80
test_execfile_marks_debugger_internal_frames_hidden
Function · 0.80
test_custom_completion_ordering
Method · 0.80
expect_token
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected