MCPcopy 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

48class InputTranslator(ABC):
49 @abstractmethod
50 def push(self, evt: EventTuple) -> None:
51 pass
52
53 @abstractmethod
54 def get(self) -> EventTuple | None:

Callers 4

handle1Method · 0.45
push_charMethod · 0.45
get_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected