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

Function reset_completer

IPython/core/completerlib.py:352–354  ·  view source on GitHub ↗

A completer for %reset magic

(self, event)

Source from the content-addressed store, hash-verified

350 return [compress_user(p, tilde_expand, tilde_val) for p in found]
351
352def reset_completer(self, event):
353 "A completer for %reset magic"
354 return '-f -s in out array dhist'.split()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected