Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Char
Class
Char
Lib/_pyrepl/windows_console.py:517–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
516
517
class
Char(Union):
518
_fields_ = [
519
(
"UnicodeChar"
, WCHAR),
520
(
"Char"
, CHAR),
521
]
522
523
524
class
KeyEvent(ctypes.Structure):
Callers
1
scanstring
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected