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 :

Classe « window » Python 3.11.3

Méthode curses.window.inch

Signature de la méthode inch

Description

help(window.inch)

inch([y, x])
Return the character at the given position in the window.

  y
    Y-coordinate.
  x
    X-coordinate.

The bottom 8 bits are the character proper, and upper bits are the attributes.