If given, doc will be the docstring of the property attribute.
S'il est donné, doc sera la docstring de l'attribut.
The docstring is used in the help utility provided by the shell.
La docstring est utilisée dans l'utilitaire d'aide fourni par l'invite de commande.
What to put in a python module docstring?
Que mettre dans un docstring de module python?
In this example, we create our own docstring and function with a return statement
Dans cet exemple, nous créons notre propre docstring et la fonction avec une instruction return
The first statement of a function can be an optional statement - the documentation string of the function or docstring.
La première déclaration d'une fonction peut être une déclaration facultative - la chaîne de documentation de la fonction ou docstring.
In class or function definitions, often a docstring is already in place as the obligatory statement to be executed as the only thing in the block.
Dans les définitions de classe ou de fonction, un docstring est souvent déjà en place en tant qu'instruction obligatoire à exécuter dans le bloc.
The first statement of the function body can optionally be a string literal; this string literal is the function's documentation string, or docstring.
La première instruction du corps de la fonction peut éventuellement être un texte dans une chaîne de caractères; cette chaîne est la chaîne de documentation de la fonction, ou docstring.
Changed in version 3.1: In 3.1 this was changed to add the test name to the short description even in the presence of a docstring.
Modifié dans la version 3.1: En 3.1, ceci a été modifié pour ajouter le nom du test à la description courte, même en présence d'une docstring.
The default implementation of this method returns the first line of the test method's docstring, if available, or None.
L'implémentation par défaut de cette méthode renvoie la première ligne de la docstring de la méthode de test, si disponible, ou None.
docstring: This is the comment you want to give in your extension.
docstring: Ceci est le commentairevous souhaitez donner à votre poste.
These three parts must be grouped together in the docstring.
Ces trois parties doivent IMPÉRATIVEMENT se suivre dans la docstring.
Methods without comment in the Java file result in methods without docstring in MoneyTest.py.
Les méthodes sans commentaire se reconnaissent par l'absence de docstring dans MoneyTest.py.
Otherwise, the property will copy fget's docstring (if it exists).
Autrement la propriété copiera celle de fget (si elle existe).