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

Method complete_A

IPython/core/tests/test_completer.py:173–174  ·  view source on GitHub ↗
(a, existing_completions)

Source from the content-addressed store, hash-verified

171
172 @complete_object.register(A)
173 def complete_A(a, existing_completions):
174 raise TypeError("this should be silenced")
175
176 ip.complete("x.")
177

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected