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 « Tk » Python 3.11.3

Méthode tkinter.Tk.report_callback_exception

Signature de la méthode report_callback_exception

def report_callback_exception(self, exc, val, tb) 

Description

help(Tk.report_callback_exception)

Report callback exception on sys.stderr.

        Applications may want to override this internal function, and
        should when sys.stderr is None.