Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __init__
Method
__init__
IPython/core/inputtransformer.py:168–169 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
166
167
class
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()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected