Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
633
class
INPUT_RECORD(Structure):
634
_fields_ = [(
"EventType"
, WORD), (
"Event"
, ConsoleEvent)]
635
636
637
KEY_EVENT = 0x01
Callers
1
_read_input
Method · 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…