Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pop_input_trans
Method
pop_input_trans
Lib/_pyrepl/reader.py:510–511 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
508
self.input_trans = itrans
509
510
def
pop_input_trans(self) -> None:
511
self.input_trans = self.input_trans_stack.pop()
512
513
def
setpos_from_xy(self, x: int, y: int) -> None:
514
""
"Set pos according to coordinates x, y"
""
Callers
2
do
Method · 0.80
do
Method · 0.80
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected