Vertaling van "la docstring" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
S'il est donné, doc sera la docstring de l'attribut.
Ces trois parties doivent IMPÉRATIVEMENT se suivre dans la docstring.
La docstring est utilisée dans l'utilitaire d'aide fourni par l'invite de commande.
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.
The default implementation of this method returns the first line of the test method's docstring, if available, or None.
Andere resultaten
Dans cet exemple, nous créons notre propre docstring et la fonction avec une instruction return
In this example, we create our own docstring and function with a return statement
La première déclaration d'une fonction peut être une déclaration facultative - la chaîne de documentation de la fonction ou docstring.
The first statement of a function can be an optional statement - the documentation string of the function 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.
The first statement of the function body can optionally be a string literal; this string literal is the function's documentation string, or docstring.
docstring: Ceci est le commentairevous souhaitez donner à votre poste.
docstring: This is the comment you want to give in your extension.
Que mettre dans un docstring de module python?
What to put in a python module docstring?
La plupart des programmeurs Python professionnels n'utilisent ce type de commentaires multi-lignes que pour quelque chose qui s'appelle les docstrings.
Most professional Python programmers will only use this type of multi-line comment for something called docstrings.
flake8-docstrings: flake8 extension to check docstrings, en préparation depuis 45 jours.
Modifié dans la version 3.5: Les docstrings des objets propriété peuvent maintenant être écrits.
Changed in version 3.5: The docstrings of property objects are now writeable.
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.
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.