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

Méthode doctest.DocTestParser.get_doctest

Signature de la méthode get_doctest

def get_doctest(self, string, globs, name, filename, lineno) 

Description

help(DocTestParser.get_doctest)

        Extract all doctest examples from the given string, and
        collect them into a `DocTest` object.

        `globs`, `name`, `filename`, and `lineno` are attributes for
        the new `DocTest` object.  See the documentation for `DocTest`
        for more information.