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

Constructeur warnings.catch_warnings.__init__

Signature de la constructeur __init__

def __init__(self, *, record=False, module=None, action=None, category=<class 'Warning'>, lineno=0, append=False) 

Description

help(catch_warnings.__init__)

Specify whether to record warnings and if an alternative module
        should be used other than sys.modules['warnings'].

        For compatibility with Python 3.0, please consider all arguments to be
        keyword-only.