Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « curses » Python 3.11.3

Fonction color_pair - module curses

Signature de la fonction color_pair

def color_pair(pair_number) 

Description

help(curses.color_pair)

Return the attribute value for displaying text in the specified color.

  pair_number
    The number of the color pair.

This attribute value can be combined with A_STANDOUT, A_REVERSE, and the
other A_* attributes.  pair_number() is the counterpart to this function.