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

Function foo

IPython/core/tests/test_interactiveshell.py:1030–1031  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1028 num_completers = len(ip.Completer.matchers)
1029
1030 def foo(*args, **kwargs):
1031 return "I'm a completer!"
1032
1033 ip.set_custom_completer(foo, 0)
1034

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected