OpenQuizz
Une application de gestion des contenus pédagogiques
pip._vendor.colorama.win32 Namespace Reference

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
 

Function Documentation

◆ FillConsoleOutputAttribute()

def pip._vendor.colorama.win32.FillConsoleOutputAttribute (   stream_id,
  attr,
  length,
  start 
)
FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )

◆ FillConsoleOutputCharacter()

def pip._vendor.colorama.win32.FillConsoleOutputCharacter (   stream_id,
  char,
  length,
  start 
)

◆ GetConsoleScreenBufferInfo()

def pip._vendor.colorama.win32.GetConsoleScreenBufferInfo (   stream_id = STDOUT)

◆ SetConsoleCursorPosition()

def pip._vendor.colorama.win32.SetConsoleCursorPosition (   stream_id,
  position,
  adjust = True 
)

◆ SetConsoleTextAttribute()

def pip._vendor.colorama.win32.SetConsoleTextAttribute (   stream_id,
  attrs 
)

◆ SetConsoleTitle()

def pip._vendor.colorama.win32.SetConsoleTitle (   title)

Variable Documentation

◆ argtypes

argtypes

◆ COORD

COORD

◆ restype

restype

◆ SetConsoleTextAttribute

SetConsoleTextAttribute

◆ STDERR

STDERR

◆ STDOUT

STDOUT

◆ winapi_test

def winapi_test

◆ windll

windll