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

Method __repr__

IPython/core/completer.py:343–344  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

341 self._origin = 'fake'
342
343 def __repr__(self):
344 return '<Fake completion object jedi has crashed>'
345
346
347class Completion:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected