MCPcopy Index your code
hub / github.com/python/cpython / getpending

Method getpending

Lib/_pyrepl/console.py:135–138  ·  view source on GitHub ↗

Return the characters that have been typed but not yet processed.

(self)

Source from the content-addressed store, hash-verified

133
134 @abstractmethod
135 def getpending(self) -> Event:
136 """Return the characters that have been typed but not yet
137 processed."""
138 ...
139
140 @abstractmethod
141 def wait(self, timeout: float | None) -> bool:

Callers 3

doMethod · 0.45
doMethod · 0.45
doMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected