MCPcopy 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
517class Char(Union):
518 _fields_ = [
519 ("UnicodeChar", WCHAR),
520 ("Char", CHAR),
521 ]
522
523
524class KeyEvent(ctypes.Structure):

Callers 1

scanstringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected