OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | CONSOLE_SCREEN_BUFFER_INFO |
Functions | |
def | GetConsoleScreenBufferInfo (stream_id=STDOUT) |
def | SetConsoleTextAttribute (stream_id, attrs) |
def | SetConsoleCursorPosition (stream_id, position, adjust=True) |
def | FillConsoleOutputCharacter (stream_id, char, length, start) |
def | FillConsoleOutputAttribute (stream_id, attr, length, start) |
def | SetConsoleTitle (title) |
Variables | |
STDOUT | |
STDERR | |
windll | |
SetConsoleTextAttribute | |
winapi_test | |
COORD | |
argtypes | |
restype | |
def pip._vendor.colorama.win32.FillConsoleOutputAttribute | ( | stream_id, | |
attr, | |||
length, | |||
start | |||
) |
FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )
def pip._vendor.colorama.win32.FillConsoleOutputCharacter | ( | stream_id, | |
char, | |||
length, | |||
start | |||
) |
def pip._vendor.colorama.win32.GetConsoleScreenBufferInfo | ( | stream_id = STDOUT | ) |
def pip._vendor.colorama.win32.SetConsoleCursorPosition | ( | stream_id, | |
position, | |||
adjust = True |
|||
) |
def pip._vendor.colorama.win32.SetConsoleTextAttribute | ( | stream_id, | |
attrs | |||
) |
def pip._vendor.colorama.win32.SetConsoleTitle | ( | title | ) |
argtypes |
COORD |
restype |
SetConsoleTextAttribute |
STDERR |
STDOUT |
def winapi_test |
windll |