Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
597
class
CHAR_INFO(Structure):
598
_fields_ = [
599
(
"UnicodeChar"
, WCHAR),
600
(
"Attributes"
, WORD),
601
]
602
603
604
class
Char(Union):
Callers
1
_scroll
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…