MCPcopy Create free account
hub / github.com/ipython/ipython / ipy_completer

Method ipy_completer

IPython/terminal/ptutils.py:93–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91
92 @property
93 def ipy_completer(self):
94 if self._ipy_completer:
95 return self._ipy_completer
96 else:
97 return self.shell.Completer
98
99 def get_completions(self, document, complete_event):
100 if not document.current_line.strip():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected