Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make merge#1639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
PyDocTeur merged 1 commit intopython:3.9fromJulienPalard:mdk/merge
May 26, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletionsc-api/contextvars.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:2020-08-24 09:01+0200\n"
"POT-Creation-Date:2021-05-19 22:36+0200\n"
"PO-Revision-Date: 2018-08-03 23:47+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
Expand DownExpand Up@@ -124,8 +124,8 @@ msgstr ""
#: c-api/contextvars.rst:109
msgid ""
"Create a new ``ContextVar`` object. The *name* parameter is used for "
"introspection and debug purposes. The *def* parametermay optionally "
"specify the defaultvalue for the context variable. If an error has "
"introspection and debug purposes. The *def* parameterspecifies a default "
"value for the context variable, or ``NULL`` for no default. If an error has "
"occurred, this function returns ``NULL``."
msgstr ""

Expand DownExpand Up@@ -155,16 +155,16 @@ msgid "``NULL``"
msgstr "``NULL``"

#: c-api/contextvars.rst:127
msgid "If the value was found, the functionwill createa new reference to it."
msgid "Except for ``NULL``, the functionreturnsa new reference."
msgstr ""

#: c-api/contextvars.rst:131
msgid ""
"Set the value of *var* to *value* in the current context. Returns apointer "
"to a :c:type:`PyObject` object, or ``NULL`` if an error has occurred."
"Set the value of *var* to *value* in the current context. Returns anew "
"token object for this change, or ``NULL`` if an error has occurred."
msgstr ""

#: c-api/contextvars.rst:137
#: c-api/contextvars.rst:136
msgid ""
"Reset the state of the *var* context variable to that it was in before :c:"
"func:`PyContextVar_Set` that returned the *token* was called. This function "
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp