Examples with "Python None" and their translation in Frans
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.
The Python None object, denoting lack of value.
Andere resultaten
Object which is visible in Python as None.
Objet qui est visible en tant que None dans Python.
PL/Python translates Python's None into the SQL null value.
If you do not provide a return value, Python returns the default None.
Si vous ne fournissez pas une valeur de retour, Python renvoie la valeur par défaut None.
Python - return, return None, and no return at all
Python - return, return None, et pas de retour du tout
In Python, None is used.
Dans Python, None est utilisé.
If an SQL null value is passed to a function, the argument value will appear as None in Python.
Si une valeur SQL NULL est passée à une fonction, la valeur de l'argument apparaîtra comme None au niveau de Python.
There is no such thing as a void function in Python as there is in C. If you do not want your functions to return a value, return the C equivalent of Python's None value.
Il n'y a pas une telle chose comme un vide fonction en Python, car il est en C. Si vous ne voulez pas que vos fonctions renvoient une valeur, retourner l'équivalent de C de Python Aucune valeur.
If you have a C function that returns no useful argument (a function returning void), the corresponding Python function must return None.
Si vous avez une fonction C qui ne renvoie aucun argument utile (une fonction renvoyant void), la fonction Python correspondante doit renvoyer None.
This section describes Python type objects and the singleton object None.
Cette section décrit les objets de type Python et l'objet singleton None.
If Python is unable to retrieve the real path to its executable, sys.executable will be an empty string or None.
Si Python n'est pas capable de récupérer le chemin réel de son exécutable, sys.exécutable sera une chaîne vide ou None.
Twisted in Python and EventMachine in Ruby provide answers to this problem but none benefits from the strength of a language integrating these functionalities natively.
Twisted en Python et EventMachine en Ruby répondent à cette problématique mais aucun ne bénéficie de la force d'un langage intégrant nativement ces fonctionnalités.
If tempdir is unset or None at any call to any of the above functions, Python searches a standard list of directories and sets tempdir to the first one which the calling user can create files in.
Python cherche un répertoire parmi une liste standard de répertoires dans lequel l'utilisateur final peut créer des fichiers.