|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.11\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2022-10-15 20:43+0000\n" |
| 11 | +"POT-Creation-Date: 2022-11-23 00:17+0000\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | " Language-Team: LANGUAGE <[email protected]>\n" |
@@ -45,62 +45,83 @@ msgstr "" |
45 | 45 | msgid "See also :ref:`Reflection <reflection>`." |
46 | 46 | msgstr "" |
47 | 47 |
|
48 | | -#: ../../c-api/frame.rst:25 |
| 48 | +#: ../../c-api/frame.rst:24 |
| 49 | +msgid "" |
| 50 | +"The type of frame objects. It is the same object as :py:class:`types." |
| 51 | +"FrameType` in the Python layer." |
| 52 | +msgstr "" |
| 53 | + |
| 54 | +#: ../../c-api/frame.rst:29 |
| 55 | +msgid "" |
| 56 | +"Previously, this type was only available after including ``<frameobject.h>``." |
| 57 | +msgstr "" |
| 58 | + |
| 59 | +#: ../../c-api/frame.rst:34 |
| 60 | +msgid "Return non-zero if *obj* is a frame object." |
| 61 | +msgstr "" |
| 62 | + |
| 63 | +#: ../../c-api/frame.rst:38 |
| 64 | +msgid "" |
| 65 | +"Previously, this function was only available after including ``<frameobject." |
| 66 | +"h>``." |
| 67 | +msgstr "" |
| 68 | + |
| 69 | +#: ../../c-api/frame.rst:43 |
49 | 70 | msgid "Get the *frame* next outer frame." |
50 | 71 | msgstr "" |
51 | 72 |
|
52 | | -#: ../../c-api/frame.rst:27 |
| 73 | +#: ../../c-api/frame.rst:45 |
53 | 74 | msgid "" |
54 | 75 | "Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer frame." |
55 | 76 | msgstr "" |
56 | 77 |
|
57 | | -#: ../../c-api/frame.rst:35 |
| 78 | +#: ../../c-api/frame.rst:53 |
58 | 79 | msgid "Get the *frame*'s ``f_builtins`` attribute." |
59 | 80 | msgstr "" |
60 | 81 |
|
61 | | -#: ../../c-api/frame.rst:37 ../../c-api/frame.rst:68 |
| 82 | +#: ../../c-api/frame.rst:55 ../../c-api/frame.rst:86 |
62 | 83 | msgid "Return a :term:`strong reference`. The result cannot be ``NULL``." |
63 | 84 | msgstr "" |
64 | 85 |
|
65 | | -#: ../../c-api/frame.rst:44 |
| 86 | +#: ../../c-api/frame.rst:62 |
66 | 87 | msgid "Get the *frame* code." |
67 | 88 | msgstr "" |
68 | 89 |
|
69 | | -#: ../../c-api/frame.rst:46 ../../c-api/frame.rst:86 |
| 90 | +#: ../../c-api/frame.rst:64 ../../c-api/frame.rst:104 |
70 | 91 | msgid "Return a :term:`strong reference`." |
71 | 92 | msgstr "" |
72 | 93 |
|
73 | | -#: ../../c-api/frame.rst:48 |
| 94 | +#: ../../c-api/frame.rst:66 |
74 | 95 | msgid "The result (frame code) cannot be ``NULL``." |
75 | 96 | msgstr "" |
76 | 97 |
|
77 | | -#: ../../c-api/frame.rst:55 |
| 98 | +#: ../../c-api/frame.rst:73 |
78 | 99 | msgid "" |
79 | 100 | "Get the generator, coroutine, or async generator that owns this frame, or " |
80 | 101 | "``NULL`` if this frame is not owned by a generator. Does not raise an " |
81 | 102 | "exception, even if the return value is ``NULL``." |
82 | 103 | msgstr "" |
83 | 104 |
|
84 | | -#: ../../c-api/frame.rst:59 |
| 105 | +#: ../../c-api/frame.rst:77 |
85 | 106 | msgid "Return a :term:`strong reference`, or ``NULL``." |
86 | 107 | msgstr "" |
87 | 108 |
|
88 | | -#: ../../c-api/frame.rst:66 |
| 109 | +#: ../../c-api/frame.rst:84 |
89 | 110 | msgid "Get the *frame*'s ``f_globals`` attribute." |
90 | 111 | msgstr "" |
91 | 112 |
|
92 | | -#: ../../c-api/frame.rst:75 |
| 113 | +#: ../../c-api/frame.rst:93 |
93 | 114 | msgid "Get the *frame*'s ``f_lasti`` attribute." |
94 | 115 | msgstr "" |
95 | 116 |
|
96 | | -#: ../../c-api/frame.rst:77 |
| 117 | +#: ../../c-api/frame.rst:95 |
97 | 118 | msgid "Returns -1 if ``frame.f_lasti`` is ``None``." |
98 | 119 | msgstr "" |
99 | 120 |
|
100 | | -#: ../../c-api/frame.rst:84 |
| 121 | +#: ../../c-api/frame.rst:102 |
101 | 122 | msgid "Get the *frame*'s ``f_locals`` attribute (:class:`dict`)." |
102 | 123 | msgstr "" |
103 | 124 |
|
104 | | -#: ../../c-api/frame.rst:93 |
| 125 | +#: ../../c-api/frame.rst:111 |
105 | 126 | msgid "Return the line number that *frame* is currently executing." |
106 | 127 | msgstr "" |
0 commit comments