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

Method __repr__

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

Source from the content-addressed store, hash-verified

383 self._origin = _origin
384
385 def __repr__(self):
386 return '<Completion start=%s end=%s text=%r type=%r, signature=%r,>' % \
387 (self.start, self.end, self.text, self.type or '?', self.signature or '?')
388
389 def __eq__(self, other)->Bool:
390 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected