@@ -922,32 +922,43 @@ msgid ""
922922"``None`` or a tuple of cells that contain bindings for the function's free "
923923"variables. See below for information on the ``cell_contents`` attribute."
924924msgstr ""
925+ "``None`` o una tupla de celdas que contienen enlaces para las variables "
926+ "libres de la función. Vea a continuación para obtener información sobre el "
927+ "atributo ``cell_contents``."
925928
926929#: ../Doc/reference/datamodel.rst:529
927930msgid ":attr:`__annotations__`"
928- msgstr ""
931+ msgstr ":attr:`__annotations__` "
929932
930933#: ../Doc/reference/datamodel.rst:529
931934msgid ""
932935"A dict containing annotations of parameters. The keys of the dict are the "
933936"parameter names, and ``'return'`` for the return annotation, if provided."
934937msgstr ""
938+ "Un diccionario que contiene anotaciones de parámetros. Las claves del dict "
939+ "son los nombres de los parámetros, y ``'return'`` para la anotación de "
940+ "devolución, si se proporciona."
935941
936942#: ../Doc/reference/datamodel.rst:536
937943msgid ":attr:`__kwdefaults__`"
938- msgstr ""
944+ msgstr ":attr:`__kwdefaults__` "
939945
940946#: ../Doc/reference/datamodel.rst:536
941947msgid "A dict containing defaults for keyword-only parameters."
942948msgstr ""
949+ "Un diccionario que contiene valores predeterminados para parámetros de solo "
950+ "palabras clave."
943951
944952#: ../Doc/reference/datamodel.rst:540
945953msgid ""
946954"Most of the attributes labelled \" Writable\" check the type of the assigned "
947955"value."
948956msgstr ""
957+ "La mayoría de los atributos etiquetados \" Escribible\" verifican el tipo del "
958+ "valor asignado."
949959
950960#: ../Doc/reference/datamodel.rst:542
961+ #, fuzzy
951962msgid ""
952963"Function objects also support getting and setting arbitrary attributes, "
953964"which can be used, for example, to attach metadata to functions. Regular "
@@ -956,29 +967,45 @@ msgid ""
956967"functions. Function attributes on built-in functions may be supported in the "
957968"future.*"
958969msgstr ""
970+ "Los objetos de función también admiten obtener y establecer atributos "
971+ "arbitrarios, que pueden usarse, por ejemplo, para adjuntar metadatos a "
972+ "funciones. La notación regular de atributo por punto se usa para obtener y "
973+ "establecer tales atributos. *Tenga en cuenta que la implementación actual "
974+ "solo admite atributos de función en funciones definidas por el usuario. Los "
975+ "atributos de función en funciones incorporadas pueden ser compatibles en el "
976+ "futuro.*"
959977
960978#: ../Doc/reference/datamodel.rst:548
961979msgid ""
962980"A cell object has the attribute ``cell_contents``. This can be used to get "
963981"the value of the cell, as well as set the value."
964982msgstr ""
983+ "Un objeto de celda tiene el atributo ``cell_contents``. Esto se puede usar "
984+ "para obtener el valor de la celda, así como para establecer el valor."
965985
966986#: ../Doc/reference/datamodel.rst:551
967987msgid ""
968988"Additional information about a function's definition can be retrieved from "
969989"its code object; see the description of internal types below. The :data:"
970990"`cell <types.CellType>` type can be accessed in the :mod:`types` module."
971991msgstr ""
992+ "Se puede recuperar información adicional sobre la definición de una función "
993+ "desde su objeto de código; Vea la descripción de los tipos internos a "
994+ "continuación. El tipo :data:`cell <types.CellType>` puede ser accedido en el "
995+ "módulo :mod:`types` ."
972996
973997#: ../Doc/reference/datamodel.rst:617
974998msgid "Instance methods"
975- msgstr ""
999+ msgstr "Métodos de instancia "
9761000
9771001#: ../Doc/reference/datamodel.rst:562
1002+ #, fuzzy
9781003msgid ""
9791004"An instance method object combines a class, a class instance and any "
9801005"callable object (normally a user-defined function)."
9811006msgstr ""
1007+ "Un objeto de método de instancia combina una clase, una instancia de clase y "
1008+ "cualquier objeto invocable (normalmente una función definida por el usuario)."
9821009
9831010#: ../Doc/reference/datamodel.rst:572
9841011msgid ""
0 commit comments