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

Method __init__

IPython/core/completer.py:334–341  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

332 """
333
334 def __init__(self, name):
335
336 self.name = name
337 self.complete = name
338 self.type = 'crashed'
339 self.name_with_symbols = name
340 self.signature = ''
341 self._origin = 'fake'
342
343 def __repr__(self):
344 return '<Fake completion object jedi has crashed>'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected