Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ auto_match
Function
auto_match
IPython/terminal/shortcuts/filters.py:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
82
@Condition
83
def
auto_match():
84
shell = get_ipython()
85
return
shell.auto_match
86
87
88
def
all_quotes_paired(quote, buf):
Callers
nothing calls this directly
Calls
1
get_ipython
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…