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

Class INPUT_RECORD

Lib/_pyrepl/windows_console.py:633–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631
632
633class INPUT_RECORD(Structure):
634 _fields_ = [("EventType", WORD), ("Event", ConsoleEvent)]
635
636
637KEY_EVENT = 0x01

Callers 1

_read_inputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…