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

Method __init__

IPython/core/tests/test_completer.py:142–143  ·  view source on GitHub ↗
(self, things=())

Source from the content-addressed store, hash-verified

140
141class KeyCompletable:
142 def __init__(self, things=()):
143 self.things = things
144
145 def _ipython_key_completions_(self):
146 return list(self.things)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected