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

auto fill reStructuredText-only strings#1874

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
JulienPalard merged 1 commit intopython:3.10fromvpoulailleau:auto-fill
May 19, 2022
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
24 changes: 12 additions & 12 deletionsc-api/bytes.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -96,7 +96,7 @@ msgstr "Commentaires"

#: c-api/bytes.rst:70
msgid ":attr:`%%`"
msgstr ""
msgstr ":attr:`%%`"

#: c-api/bytes.rst:70
msgid "*n/a*"
Expand All@@ -108,7 +108,7 @@ msgstr ""

#: c-api/bytes.rst:72
msgid ":attr:`%c`"
msgstr ""
msgstr ":attr:`%c`"

#: c-api/bytes.rst:75 c-api/bytes.rst:96
msgid "int"
Expand All@@ -120,15 +120,15 @@ msgstr ""

#: c-api/bytes.rst:75
msgid ":attr:`%d`"
msgstr ""
msgstr ":attr:`%d`"

#: c-api/bytes.rst:75
msgid "Equivalent to ``printf(\"%d\")``. [1]_"
msgstr ""

#: c-api/bytes.rst:78
msgid ":attr:`%u`"
msgstr ""
msgstr ":attr:`%u`"

#: c-api/bytes.rst:78
msgid "unsigned int"
Expand All@@ -140,7 +140,7 @@ msgstr ""

#: c-api/bytes.rst:81
msgid ":attr:`%ld`"
msgstr ""
msgstr ":attr:`%ld`"

#: c-api/bytes.rst:81
msgid "long"
Expand All@@ -152,7 +152,7 @@ msgstr ""

#: c-api/bytes.rst:84
msgid ":attr:`%lu`"
msgstr ""
msgstr ":attr:`%lu`"

#: c-api/bytes.rst:84
msgid "unsigned long"
Expand All@@ -164,7 +164,7 @@ msgstr ""

#: c-api/bytes.rst:87
msgid ":attr:`%zd`"
msgstr ""
msgstr ":attr:`%zd`"

#: c-api/bytes.rst:87
msgid "Py_ssize_t"
Expand All@@ -176,7 +176,7 @@ msgstr ""

#: c-api/bytes.rst:90
msgid ":attr:`%zu`"
msgstr ""
msgstr ":attr:`%zu`"

#: c-api/bytes.rst:90
msgid "size_t"
Expand All@@ -188,23 +188,23 @@ msgstr ""

#: c-api/bytes.rst:93
msgid ":attr:`%i`"
msgstr ""
msgstr ":attr:`%i`"

#: c-api/bytes.rst:93
msgid "Equivalent to ``printf(\"%i\")``. [1]_"
msgstr ""

#: c-api/bytes.rst:96
msgid ":attr:`%x`"
msgstr ""
msgstr ":attr:`%x`"

#: c-api/bytes.rst:96
msgid "Equivalent to ``printf(\"%x\")``. [1]_"
msgstr ""

#: c-api/bytes.rst:99
msgid ":attr:`%s`"
msgstr ""
msgstr ":attr:`%s`"

#: c-api/bytes.rst:99
msgid "const char\\*"
Expand All@@ -216,7 +216,7 @@ msgstr ""

#: c-api/bytes.rst:102
msgid ":attr:`%p`"
msgstr ""
msgstr ":attr:`%p`"

#: c-api/bytes.rst:102
msgid "const void\\*"
Expand Down
4 changes: 2 additions & 2 deletionsc-api/exceptions.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1121,7 +1121,7 @@ msgstr ":c:data:`PyExc_ModuleNotFoundError`."

#: c-api/exceptions.rst:946
msgid ":exc:`ModuleNotFoundError`"
msgstr ""
msgstr ":exc:`ModuleNotFoundError`"

#: c-api/exceptions.rst:948
msgid ":c:data:`PyExc_NameError`"
Expand DownExpand Up@@ -1185,7 +1185,7 @@ msgstr ":c:data:`PyExc_ReferenceError`"

#: c-api/exceptions.rst:962
msgid ":exc:`RecursionError`"
msgstr ""
msgstr ":exc:`RecursionError`"

#: c-api/exceptions.rst:964
msgid ":c:data:`PyExc_ReferenceError`"
Expand Down
16 changes: 8 additions & 8 deletionsc-api/init.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1701,27 +1701,27 @@ msgstr ""

#: c-api/init.rst:1507
msgid ":const:`PyTrace_CALL`"
msgstr ""
msgstr ":const:`PyTrace_CALL`"

#: c-api/init.rst:1512 c-api/init.rst:1523
msgid "Always :c:data:`Py_None`."
msgstr ""

#: c-api/init.rst:1509
msgid ":const:`PyTrace_EXCEPTION`"
msgstr ""
msgstr ":const:`PyTrace_EXCEPTION`"

#: c-api/init.rst:1509
msgid "Exception information as returned by :func:`sys.exc_info`."
msgstr ""

#: c-api/init.rst:1512
msgid ":const:`PyTrace_LINE`"
msgstr ""
msgstr ":const:`PyTrace_LINE`"

#: c-api/init.rst:1514
msgid ":const:`PyTrace_RETURN`"
msgstr ""
msgstr ":const:`PyTrace_RETURN`"

#: c-api/init.rst:1514
msgid ""
Expand All@@ -1730,23 +1730,23 @@ msgstr ""

#: c-api/init.rst:1517
msgid ":const:`PyTrace_C_CALL`"
msgstr ""
msgstr ":const:`PyTrace_C_CALL`"

#: c-api/init.rst:1519 c-api/init.rst:1521
msgid "Function object being called."
msgstr ""

#: c-api/init.rst:1519
msgid ":const:`PyTrace_C_EXCEPTION`"
msgstr ""
msgstr ":const:`PyTrace_C_EXCEPTION`"

#: c-api/init.rst:1521
msgid ":const:`PyTrace_C_RETURN`"
msgstr ""
msgstr ":const:`PyTrace_C_RETURN`"

#: c-api/init.rst:1523
msgid ":const:`PyTrace_OPCODE`"
msgstr ""
msgstr ":const:`PyTrace_OPCODE`"

#: c-api/init.rst:1528
msgid ""
Expand Down
18 changes: 9 additions & 9 deletionsc-api/structures.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -226,7 +226,7 @@ msgstr "Signification"

#: c-api/structures.rst:241
msgid ":attr:`ml_name`"
msgstr ""
msgstr ":attr:`ml_name`"

#: c-api/structures.rst:249 c-api/structures.rst:412 c-api/structures.rst:495
#: c-api/structures.rst:503
Expand All@@ -239,7 +239,7 @@ msgstr ""

#: c-api/structures.rst:243
msgid ":attr:`ml_meth`"
msgstr ""
msgstr ":attr:`ml_meth`"

#: c-api/structures.rst:243
msgid "PyCFunction"
Expand All@@ -251,7 +251,7 @@ msgstr ""

#: c-api/structures.rst:246
msgid ":attr:`ml_flags`"
msgstr ""
msgstr ":attr:`ml_flags`"

#: c-api/structures.rst:401 c-api/structures.rst:424
msgid "int"
Expand All@@ -263,7 +263,7 @@ msgstr ""

#: c-api/structures.rst:249
msgid ":attr:`ml_doc`"
msgstr ""
msgstr ":attr:`ml_doc`"

#: c-api/structures.rst:412
msgid "points to the contents of the docstring"
Expand DownExpand Up@@ -423,23 +423,23 @@ msgstr ""

#: c-api/structures.rst:399
msgid ":attr:`name`"
msgstr ""
msgstr ":attr:`name`"

#: c-api/structures.rst:399
msgid "name of the member"
msgstr ""

#: c-api/structures.rst:401
msgid ":attr:`!type`"
msgstr ""
msgstr ":attr:`!type`"

#: c-api/structures.rst:401
msgid "the type of the member in the C struct"
msgstr ""

#: c-api/structures.rst:404
msgid ":attr:`offset`"
msgstr ""
msgstr ":attr:`offset`"

#: c-api/structures.rst:440
msgid "Py_ssize_t"
Expand All@@ -452,15 +452,15 @@ msgstr ""

#: c-api/structures.rst:408
msgid ":attr:`flags`"
msgstr ""
msgstr ":attr:`flags`"

#: c-api/structures.rst:408
msgid "flag bits indicating if the field should be read-only or writable"
msgstr ""

#: c-api/structures.rst:412
msgid ":attr:`doc`"
msgstr ""
msgstr ":attr:`doc`"

#: c-api/structures.rst:416
msgid ""
Expand Down
14 changes: 7 additions & 7 deletionsc-api/typeobj.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -171,7 +171,7 @@ msgstr ""

#: c-api/typeobj.rst:64 c-api/typeobj.rst:68
msgid ":ref:`sub-slots`"
msgstr ""
msgstr ":ref:`sub-slots`"

#: c-api/typeobj.rst:64 c-api/typeobj.rst:68 c-api/typeobj.rst:82
msgid "%"
Expand DownExpand Up@@ -2147,47 +2147,47 @@ msgstr "Comparaison"

#: c-api/typeobj.rst:1440
msgid ":const:`Py_LT`"
msgstr ""
msgstr ":const:`Py_LT`"

#: c-api/typeobj.rst:1440
msgid "``<``"
msgstr "``<``"

#: c-api/typeobj.rst:1442
msgid ":const:`Py_LE`"
msgstr ""
msgstr ":const:`Py_LE`"

#: c-api/typeobj.rst:1442
msgid "``<=``"
msgstr "``<=``"

#: c-api/typeobj.rst:1444
msgid ":const:`Py_EQ`"
msgstr ""
msgstr ":const:`Py_EQ`"

#: c-api/typeobj.rst:1444
msgid "``==``"
msgstr "``==``"

#: c-api/typeobj.rst:1446
msgid ":const:`Py_NE`"
msgstr ""
msgstr ":const:`Py_NE`"

#: c-api/typeobj.rst:1446
msgid "``!=``"
msgstr "``!=``"

#: c-api/typeobj.rst:1448
msgid ":const:`Py_GT`"
msgstr ""
msgstr ":const:`Py_GT`"

#: c-api/typeobj.rst:1448
msgid "``>``"
msgstr "``>``"

#: c-api/typeobj.rst:1450
msgid ":const:`Py_GE`"
msgstr ""
msgstr ":const:`Py_GE`"

#: c-api/typeobj.rst:1450
msgid "``>=``"
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp