MCPcopy Index your code
hub / github.com/ipython/ipython / _strip

Method _strip

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

Source from the content-addressed store, hash-verified

110
111
112 def _strip(self, lines):
113 return [self.prompt_re.sub('', l, count=1) for l in lines]
114
115 def __call__(self, lines):
116 if not lines:

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected