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
msgid "Use :meth:`~object.__complex__` if available."
msgstr "Use :meth:`__index__` si está disponible."
msgstr "Use :meth:`~object.__complex__` si está disponible."
#: ../Doc/c-api/complex.rst:140
#, fuzzy
msgid "Return the imaginary part of *op* as a C :c:expr:`double`."
msgstr "Retorna la parte imaginaria de *op* como un :c:type:`double` de C."
msgstr "Retorna la parte imaginaria de *op* como un :c:expr:`double` de C."
#: ../Doc/c-api/complex.rst:142
#, fuzzy
msgid ""
"If *op* is not a Python complex number object but has a :meth:`~object."
"__complex__` method, this method will first be called to convert *op* to a "
Expand All
@@ -243,18 +243,16 @@ msgid ""
"success."
msgstr ""
"Si *op* no es un objeto de número complejo de Python pero tiene un método :"
"meth:`__complex__`, primero se llamará a este método para convertir *op* en "
"un objeto de número complejo de Python. Si ``__complex__()`` no está "
"definido, vuelve a :meth:`__float__`. Si ``__float__()`` no está definido, "
"entonces recurre a :meth:`__index__`. En caso de falla, este método retorna "
"``-1.0`` como un valor real."
"meth:`~object.__complex__`, primero se llamará a este método para convertir "
"*op* en un objeto de número complejo de Python. Si :meth:`!__complex__` no "
"está definido, entonces recurre a :c:func:`PyFloat_AsDouble` y retorna "
"``0.0`` en caso de éxito."
#: ../Doc/c-api/complex.rst:156
msgid "Return the :c:type:`Py_complex` value of the complex number *op*."
msgstr "Retorna el valor :c:type:`Py_complex` del número complejo *op*."
#: ../Doc/c-api/complex.rst:158
#, fuzzy
msgid ""
"If *op* is not a Python complex number object but has a :meth:`~object."
"__complex__` method, this method will first be called to convert *op* to a "
Expand All
@@ -263,29 +261,30 @@ msgid ""
"defined then it falls back to :meth:`~object.__index__`."
msgstr ""
"Si *op* no es un objeto de número complejo de Python pero tiene un método :"
"meth:`__complex__`, primero se llamará a este método para convertir *op* en "
"un objeto de número complejo de Python. Si ``__complex__()`` no está "
"definido, vuelve a :meth:`__float__`. Si ``__float__()`` no está definido, "
"entonces recurre a :meth:`__index__`. En caso de falla, este método retorna "
"``-1.0`` como un valor real."
"meth:`~object.__complex__`, primero se llamará a este método para convertir "
"*op* en un objeto de número complejo de Python. Si :meth:`!__complex__` no "
"está definido, entonces recurre a :meth:`~object.__float__`. Si :meth:`!"
"__float__` no está definido, entonces recurre a :meth:`~object.__index__`."
#: ../Doc/c-api/complex.rst:164
msgid ""
"Upon failure, this method returns :c:type:`Py_complex` with :c:member:"
"`~Py_complex.real` set to ``-1.0`` and with an exception set, so one should "
"call :c:func:`PyErr_Occurred` to check for errors."
msgstr ""
"En caso de falla, este método retorna :c:type:`Py_complex` con :c:member:"
"`~Py_complex.real` establecido en ``-1.0`` y con una excepción establecida, "
"por lo que se debe llamar a :c:func:`PyErr_Occurred` para verificar si hay "
"errores."
#: ../Doc/c-api/complex.rst:168
#, fuzzy
msgid "Use :meth:`~object.__index__` if available."
msgstr "Use :meth:`__index__` si está disponible."
msgstr "Use :meth:`~object.__index__` si está disponible."
#: ../Doc/c-api/complex.rst:8
msgid "object"
msgstr ""
msgstr "object"
#: ../Doc/c-api/complex.rst:8
#, fuzzy
msgid "complex number"
msgstr "Objetos de números complejos"
msgstr "complex number"
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.