MCPcopy Index your code
hub / github.com/ipython/ipython / greedy_completion

Function greedy_completion

tests/test_completer.py:134–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132
133@contextmanager
134def greedy_completion():
135 ip = get_ipython()
136 greedy_original = ip.Completer.greedy
137 try:
138 ip.Completer.greedy = True
139 yield
140 finally:
141 ip.Completer.greedy = greedy_original
142
143
144@contextmanager

Calls 1

get_ipythonFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…