# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2022, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.11\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-05-22 23:13+0200\n" "PO-Revision-Date: 2022-05-23 00:48+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: c-api/frame.rst:4 msgid "Frame Objects" msgstr "" #: c-api/frame.rst:8 msgid "The C structure of the objects used to describe frame objects." msgstr "" #: c-api/frame.rst:10 msgid "There are no public members in this structure." msgstr "" #: c-api/frame.rst:12 msgid "" "The members of this structure were removed from the public C API. Refer to " "the :ref:`What's New entry ` for details." msgstr "" #: c-api/frame.rst:17 msgid "" "The :c:func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` functions " "can be used to get a frame object." msgstr "" #: c-api/frame.rst:20 msgid "See also :ref:`Reflection `." msgstr "" #: c-api/frame.rst:25 msgid "Get the *frame* next outer frame." msgstr "" #: c-api/frame.rst:27 msgid "" "Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer frame." msgstr "" #: c-api/frame.rst:35 msgid "Get the *frame*'s ``f_builtins`` attribute." msgstr "" #: c-api/frame.rst:68 msgid "Return a :term:`strong reference`. The result cannot be ``NULL``." msgstr "" #: c-api/frame.rst:44 msgid "Get the *frame* code." msgstr "" #: c-api/frame.rst:86 msgid "Return a :term:`strong reference`." msgstr "" #: c-api/frame.rst:48 msgid "The result (frame code) cannot be ``NULL``." msgstr "" #: c-api/frame.rst:55 msgid "" "Get the generator, coroutine, or async generator that owns this frame, or " "``NULL`` if this frame is not owned by a generator. Does not raise an " "exception, even if the return value is ``NULL``." msgstr "" #: c-api/frame.rst:59 msgid "Return a :term:`strong reference`, or ``NULL``." msgstr "" #: c-api/frame.rst:66 msgid "Get the *frame*'s ``f_globals`` attribute." msgstr "" #: c-api/frame.rst:75 msgid "Get the *frame*'s ``f_lasti`` attribute." msgstr "" #: c-api/frame.rst:77 msgid "Returns -1 if ``frame.f_lasti`` is ``None``." msgstr "" #: c-api/frame.rst:84 msgid "Get the *frame*'s ``f_locals`` attribute (:class:`dict`)." msgstr "" #: c-api/frame.rst:93 msgid "Return the line number that *frame* is currently executing." msgstr ""