MCPcopy 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

doMethod · 0.80
doMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected