CatapultServer
v0.5.0.1 (Elephant)
Public Member Functions
|
Static Private Attributes
|
List of all members
colorama.win32.CONSOLE_SCREEN_BUFFER_INFO Class Reference
Inheritance diagram for colorama.win32.CONSOLE_SCREEN_BUFFER_INFO:
[
legend
]
Collaboration diagram for colorama.win32.CONSOLE_SCREEN_BUFFER_INFO:
[
legend
]
Public Member Functions
def
__str__
(self)
Static Private Attributes
list
_fields_
Detailed Description
struct in wincon.h.
Member Function Documentation
◆
__str__()
def colorama.win32.CONSOLE_SCREEN_BUFFER_INFO.__str__
(
self
)
Member Data Documentation
◆
_fields_
list colorama.win32.CONSOLE_SCREEN_BUFFER_INFO._fields_
static
private
Initial value:
= [
(
"dwSize"
, COORD),
(
"dwCursorPosition"
, COORD),
(
"wAttributes"
, wintypes.WORD),
(
"srWindow"
, wintypes.SMALL_RECT),
(
"dwMaximumWindowSize"
, COORD),
]
The documentation for this class was generated from the following file:
win32.py
colorama
win32
CONSOLE_SCREEN_BUFFER_INFO
Generated by
1.8.16