MCPcopy Index your code
hub / github.com/RustPython/RustPython / pop_input_trans

Method pop_input_trans

Lib/_pyrepl/reader.py:559–560  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

557 self.input_trans = itrans
558
559 def pop_input_trans(self) -> None:
560 self.input_trans = self.input_trans_stack.pop()
561
562 def setpos_from_xy(self, x: int, y: int) -> None:
563 """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