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

Class assemble_python_lines

IPython/core/inputtransformer.py:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 return l.rstrip('\n')
166
167class assemble_python_lines(TokenInputTransformer):
168 def __init__(self):
169 super(assemble_python_lines, self).__init__(None)
170
171 def output(self, tokens):
172 return self.reset()
173
174@CoroutineInputTransformer.wrap
175def assemble_logical_lines():

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected