Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ push
Method
push
Lib/_pyrepl/input.py:50–51 ·
view source on GitHub ↗
(self, evt: EventTuple)
Source
from the content-addressed store, hash-verified
48
class
InputTranslator(ABC):
49
@abstractmethod
50
def
push(self, evt: EventTuple) -> None:
51
pass
52
53
@abstractmethod
54
def
get(self) -> EventTuple | None:
Callers
4
handle1
Method · 0.45
push_char
Method · 0.45
run_multiline_interactive_console
Function · 0.45
get_event
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected