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

Method get

Lib/_pyrepl/input.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52
53 @abstractmethod
54 def get(self) -> EventTuple | None:
55 return None
56
57 @abstractmethod
58 def empty(self) -> bool:

Callers 15

bowMethod · 0.45
eowMethod · 0.45
do_cmdMethod · 0.45
handle1Method · 0.45
get_stemMethod · 0.45
pushMethod · 0.45
get_eventMethod · 0.45
getpendingMethod · 0.45
__tputsMethod · 0.45
checkFunction · 0.45
select_itemMethod · 0.45
get_itemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected