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

Class CHAR_INFO

Lib/_pyrepl/windows_console.py:597–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595
596
597class CHAR_INFO(Structure):
598 _fields_ = [
599 ("UnicodeChar", WCHAR),
600 ("Attributes", WORD),
601 ]
602
603
604class Char(Union):

Callers 1

_scrollMethod · 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…