python-docs-fr/c-api/frame.po

74 lines
1.7 KiB
Plaintext
Raw Normal View History

2022-03-23 17:40:12 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-23 18:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 "The structure is not part of the C API."
msgstr ""
#: c-api/frame.rst:12
msgid "The structure moved to the internal C API headers."
msgstr ""
#: c-api/frame.rst:15
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:18
msgid "See also :ref:`Reflection <reflection>`."
msgstr ""
#: c-api/frame.rst:23
msgid "Get the *frame* next outer frame."
msgstr ""
#: c-api/frame.rst:25
msgid ""
"Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer frame."
msgstr ""
#: c-api/frame.rst:48
msgid "*frame* must not be ``NULL``."
msgstr ""
#: c-api/frame.rst:35
msgid "Get the *frame* code."
msgstr ""
#: c-api/frame.rst:37
msgid "Return a :term:`strong reference`."
msgstr ""
#: c-api/frame.rst:39
msgid ""
"*frame* must not be ``NULL``. The result (frame code) cannot be ``NULL``."
msgstr ""
#: c-api/frame.rst:46
msgid "Return the line number that *frame* is currently executing."
msgstr ""