Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ output
Method
output
IPython/core/inputtransformer.py:171–172 ·
view source on GitHub ↗
(self, tokens)
Source
from the content-addressed store, hash-verified
169
super(assemble_python_lines, self).__init__(None)
170
171
def
output(self, tokens):
172
return
self.reset()
173
174
@CoroutineInputTransformer.wrap
175
def
assemble_logical_lines():
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected