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

Method __init__

IPython/core/completer.py:542–544  ·  view source on GitHub ↗
(self, delims=None)

Source from the content-addressed store, hash-verified

540 _delim_re = None
541
542 def __init__(self, delims=None):
543 delims = CompletionSplitter._delims if delims is None else delims
544 self.delims = delims
545
546 @property
547 def delims(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected