# Copyright (C) 2001-2018, Python Software Foundation # For licence information, see README file. # msgid "" msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-08-24 09:01+0200\n" "PO-Revision-Date: 2018-02-15 00:32+0100\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: c-api/descriptor.rst:6 msgid "Descriptor Objects" msgstr "Les descripteurs" #: c-api/descriptor.rst:8 msgid "" "\"Descriptors\" are objects that describe some attribute of an object. They " "are found in the dictionary of type objects." msgstr "" "Les \"Descripteurs\" sont des objets décrivant des attributs pour un objet. " "Ils se trouvent dans le dictionnaire du type de l'objet." #: c-api/descriptor.rst:15 msgid "The type object for the built-in descriptor types." msgstr "L'objet *type* des descripteurs natifs." #: c-api/descriptor.rst:35 msgid "" "Return true if the descriptor objects *descr* describes a data attribute, or " "false if it describes a method. *descr* must be a descriptor object; there " "is no error checking." msgstr "" "Renvoie vrai si le descripteur *descr* décrit un attribut de donnée, ou faux " "s'il décrit une méthode. *descr* doit être un objet descripteur. Il n'y a " "pas de vérification d'erreur."