You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"A dictionary mapping names to descriptors for nested functions and classes."
msgstr ""
"Un diccionario asignando nombres con descriptores para las clases y "
"funciones anidadas."
#: ../Doc/library/pyclbr.rst:103
msgid "Class Objects"
msgstr ""
msgstr "Objetos Class"
#: ../Doc/library/pyclbr.rst:104
msgid ""
"Class :class:`Class` instances describe classes defined by class "
"statements. They have the same attributes as Functions and two more."
msgstr ""
"Las instancias de las clase :class:`Class` describen clases definidas por "
"instrucciones class. Tienen los mismos atributos que Functions y dos más."
#: ../Doc/library/pyclbr.rst:110
msgid "Name of the file in which the class is defined."
msgstr ""
msgstr "Nombre del archivo en el que la clase está definida."
#: ../Doc/library/pyclbr.rst:115
msgid "The name of the module defining the class described."
msgstr ""
msgstr "Nombre del módulo que define la clase descrita."
#: ../Doc/library/pyclbr.rst:120
msgid "The name of the class."
msgstr ""
msgstr "El nombre de la clase."
#: ../Doc/library/pyclbr.rst:130
msgid "For top-level classes, None. For nested classes, the parent."
msgstr ""
"Para clases en el nivel más alto, None. Para clases anidadas, el padre."
#: ../Doc/library/pyclbr.rst:145
msgid ""
Expand All
@@ -147,9 +188,17 @@ msgid ""
"which are not discoverable by :func:`readmodule_ex` are listed as a string "
"with the class name instead of as :class:`Class` objects."
msgstr ""
"Una lista de objetos :class:`Class` que describen las clases base inmediatas "
"de la clase que se está describiendo. Las clases que se denominan "
"superclases pero que no son detectables por :func:`readmodule_ex` se "
"enumeran como una cadena con el nombre de clase en lugar de objetos :class:"
"`Class`."
#: ../Doc/library/pyclbr.rst:154
msgid ""
"A dictionary mapping method names to line numbers. This can be derived from "
"the newer children dictionary, but remains for back-compatibility."
msgstr ""
"Un diccionario asignando los nombres de los métodos a sus números de línea. "
"Esto se puede derivar del reciente diccionario children, pero permanece por "
"compatibilidad."
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.