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

Class CONSOLE_SCREEN_BUFFER_INFO

Lib/_pyrepl/windows_console.py:580–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578
579# Windows interop
580class CONSOLE_SCREEN_BUFFER_INFO(Structure):
581 _fields_ = [
582 ("dwSize", _COORD),
583 ("dwCursorPosition", _COORD),
584 ("wAttributes", WORD),
585 ("srWindow", SMALL_RECT),
586 ("dwMaximumWindowSize", _COORD),
587 ]
588
589
590class CONSOLE_CURSOR_INFO(Structure):

Callers 3

screen_xyMethod · 0.85
getheightwidthMethod · 0.85
_getscrollbacksizeMethod · 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…