Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __repr__
Method
__repr__
IPython/core/inputtransformer.py:101–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
99
next(self.coro)
100
101
def
__repr__(self):
102
return
"CoroutineInputTransformer(coro={0!r})"
.format(self.coro)
103
104
def
push(self, line):
105
""
"Send a line of input to the transformer, returning the
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected