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

Method _strip

IPython/core/inputtransformer2.py:76–77  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

74 self.initial_re = initial_re or prompt_re
75
76 def _strip(self, lines):
77 return [self.prompt_re.sub('', l, count=1) for l in lines]
78
79 def __call__(self, lines):
80 if not lines:

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected