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

Method empty

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

Source from the content-addressed store, hash-verified

56
57 @abstractmethod
58 def empty(self) -> bool:
59 return True
60
61
62class KeymapTranslator(InputTranslator):

Callers 3

get_eventMethod · 0.45
waitMethod · 0.45
getpendingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected