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

Method _clean_glob

IPython/core/completer.py:1153–1154  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

1151 return self.complete(text)[1]
1152
1153 def _clean_glob(self, text):
1154 return self.glob("%s*" % text)
1155
1156 def _clean_glob_win32(self,text):
1157 return [f.replace("\\","/")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected