# Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. # Maintained by the python-doc-es workteam. # docs-es@python.org / # https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get # the list of volunteers # msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-10-16 21:42+0200\n" "PO-Revision-Date: 2021-12-09 10:58+0800\n" "Last-Translator: Rodrigo Tobar \n" "Language: es\n" "Language-Team: python-doc-es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" "X-Generator: Poedit 3.0\n" #: ../Doc/c-api/descriptor.rst:6 msgid "Descriptor Objects" msgstr "Objetos descriptores" #: ../Doc/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 "" "Los \"descriptores\" son objetos que describen algún atributo de un objeto. " "Se encuentran en el diccionario de objetos tipo." #: ../Doc/c-api/descriptor.rst:15 msgid "The type object for the built-in descriptor types." msgstr "El objeto de tipo para los tipos de descriptor incorporado." #: ../Doc/c-api/descriptor.rst:35 msgid "" "Return non-zero if the descriptor objects *descr* describes a data " "attribute, or ``0`` if it describes a method. *descr* must be a descriptor " "object; there is no error checking." msgstr "" "Retorna distinto de cero si el descriptor objetos *descr* describe un " "atributo de datos, o ``0`` si describe un método. *descr* debe ser un objeto " "descriptor; no hay comprobación de errores."