@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.11\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2022-11-05 19:46 +0000\n "
15+ "POT-Creation-Date : 2022-11-22 16:28 +0000\n "
1616"PO-Revision-Date : 2022-11-05 19:48+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n "
1818"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -52,64 +52,85 @@ msgstr ""
5252msgid "See also :ref:`Reflection <reflection>`."
5353msgstr ""
5454
55- #: ../../c-api/frame.rst:25
55+ #: ../../c-api/frame.rst:24
56+ msgid ""
57+ "The type of frame objects. It is the same object as :py:class:`types."
58+ "FrameType` in the Python layer."
59+ msgstr ""
60+
61+ #: ../../c-api/frame.rst:29
62+ msgid ""
63+ "Previously, this type was only available after including ``<frameobject.h>``."
64+ msgstr ""
65+
66+ #: ../../c-api/frame.rst:34
67+ msgid "Return non-zero if *obj* is a frame object."
68+ msgstr ""
69+
70+ #: ../../c-api/frame.rst:38
71+ msgid ""
72+ "Previously, this function was only available after including ``<frameobject."
73+ "h>``."
74+ msgstr ""
75+
76+ #: ../../c-api/frame.rst:43
5677msgid "Get the *frame* next outer frame."
5778msgstr "Obtém o *frame* próximo ao quadro externo."
5879
59- #: ../../c-api/frame.rst:27
80+ #: ../../c-api/frame.rst:45
6081msgid ""
6182"Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer frame."
6283msgstr ""
6384"Retorna uma :term:`referência forte` ou ``NULL`` se *frame* não tiver quadro "
6485"externo."
6586
66- #: ../../c-api/frame.rst:35
87+ #: ../../c-api/frame.rst:53
6788msgid "Get the *frame*'s ``f_builtins`` attribute."
6889msgstr ""
6990
70- #: ../../c-api/frame.rst:37 ../../c-api/frame.rst:68
91+ #: ../../c-api/frame.rst:55 ../../c-api/frame.rst:86
7192msgid "Return a :term:`strong reference`. The result cannot be ``NULL``."
7293msgstr ""
7394
74- #: ../../c-api/frame.rst:44
95+ #: ../../c-api/frame.rst:62
7596msgid "Get the *frame* code."
7697msgstr "Obtém o código de *frame*."
7798
78- #: ../../c-api/frame.rst:46 ../../c-api/frame.rst:86
99+ #: ../../c-api/frame.rst:64 ../../c-api/frame.rst:104
79100msgid "Return a :term:`strong reference`."
80101msgstr "Retorna uma :term:`referência forte`."
81102
82- #: ../../c-api/frame.rst:48
103+ #: ../../c-api/frame.rst:66
83104msgid "The result (frame code) cannot be ``NULL``."
84105msgstr ""
85106
86- #: ../../c-api/frame.rst:55
107+ #: ../../c-api/frame.rst:73
87108msgid ""
88109"Get the generator, coroutine, or async generator that owns this frame, or "
89110"``NULL`` if this frame is not owned by a generator. Does not raise an "
90111"exception, even if the return value is ``NULL``."
91112msgstr ""
92113
93- #: ../../c-api/frame.rst:59
114+ #: ../../c-api/frame.rst:77
94115msgid "Return a :term:`strong reference`, or ``NULL``."
95116msgstr ""
96117
97- #: ../../c-api/frame.rst:66
118+ #: ../../c-api/frame.rst:84
98119msgid "Get the *frame*'s ``f_globals`` attribute."
99120msgstr ""
100121
101- #: ../../c-api/frame.rst:75
122+ #: ../../c-api/frame.rst:93
102123msgid "Get the *frame*'s ``f_lasti`` attribute."
103124msgstr ""
104125
105- #: ../../c-api/frame.rst:77
126+ #: ../../c-api/frame.rst:95
106127msgid "Returns -1 if ``frame.f_lasti`` is ``None``."
107128msgstr ""
108129
109- #: ../../c-api/frame.rst:84
130+ #: ../../c-api/frame.rst:102
110131msgid "Get the *frame*'s ``f_locals`` attribute (:class:`dict`)."
111132msgstr ""
112133
113- #: ../../c-api/frame.rst:93
134+ #: ../../c-api/frame.rst:111
114135msgid "Return the line number that *frame* is currently executing."
115136msgstr "Retorna o número da linha do *frame* atualmente em execução."
0 commit comments