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

Method delims

IPython/core/completer.py:547–549  ·  view source on GitHub ↗

Return the string of delimiter characters.

(self)

Source from the content-addressed store, hash-verified

545
546 @property
547 def delims(self):
548 """Return the string of delimiter characters."""
549 return self._delims
550
551 @delims.setter
552 def delims(self, delims):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected