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

Method getpending

Lib/_pyrepl/windows_console.py:472–475  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

470 raise WinError(GetLastError())
471
472 def getpending(self) -> Event:
473 """Return the characters that have been typed but not yet
474 processed."""
475 return Event("key", "", b"")
476
477 def wait(self, timeout: float | None) -> bool:
478 """Wait for an event."""

Callers

nothing calls this directly

Calls 1

EventClass · 0.70

Tested by

no test coverage detected