@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-04-18 14:18 +0000\n "
15+ "POT-Creation-Date : 2025-04-25 14:19 +0000\n "
1616"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1717"Last-Translator : Danial Behzadi <dani.behzi@ubuntu.com>, 2025\n "
1818"Language-Team : Persian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -518,7 +518,7 @@ msgstr ""
518518msgid "Convert a Python integer to a C :c:expr:`long long`."
519519msgstr ""
520520
521- #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:642
521+ #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:644
522522msgid "``K`` (:class:`int`) [unsigned long long]"
523523msgstr ""
524524
@@ -528,7 +528,7 @@ msgid ""
528528"overflow checking."
529529msgstr ""
530530
531- #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:645
531+ #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:647
532532msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
533533msgstr ""
534534
@@ -550,7 +550,7 @@ msgstr ""
550550msgid "Allow :class:`bytearray` objects."
551551msgstr ""
552552
553- #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:652
553+ #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:654
554554msgid "``C`` (:class:`str` of length 1) [int]"
555555msgstr ""
556556
@@ -560,15 +560,15 @@ msgid ""
560560"1, to a C :c:expr:`int`."
561561msgstr ""
562562
563- #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:659
563+ #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:661
564564msgid "``f`` (:class:`float`) [float]"
565565msgstr ""
566566
567567#: ../../c-api/arg.rst:295
568568msgid "Convert a Python floating-point number to a C :c:expr:`float`."
569569msgstr ""
570570
571- #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:656
571+ #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:658
572572msgid "``d`` (:class:`float`) [double]"
573573msgstr ""
574574
@@ -588,7 +588,7 @@ msgstr ""
588588msgid "Other objects"
589589msgstr ""
590590
591- #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:665
591+ #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:667
592592msgid "``O`` (object) [PyObject \\ *]"
593593msgstr ""
594594
@@ -671,7 +671,7 @@ msgid ""
671671"how Python tests values for truth."
672672msgstr ""
673673
674- #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:689
674+ #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:691
675675msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
676676msgstr ""
677677
@@ -1079,47 +1079,47 @@ msgstr ""
10791079msgid "Convert a C :c:expr:`long long` to a Python integer object."
10801080msgstr ""
10811081
1082- #: ../../c-api/arg.rst:643
1082+ #: ../../c-api/arg.rst:645
10831083msgid "Convert a C :c:expr:`unsigned long long` to a Python integer object."
10841084msgstr ""
10851085
1086- #: ../../c-api/arg.rst:646
1086+ #: ../../c-api/arg.rst:648
10871087msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
10881088msgstr ""
10891089
1090- #: ../../c-api/arg.rst:648
1090+ #: ../../c-api/arg.rst:650
10911091msgid "``c`` (:class:`bytes` of length 1) [char]"
10921092msgstr ""
10931093
1094- #: ../../c-api/arg.rst:649
1094+ #: ../../c-api/arg.rst:651
10951095msgid ""
10961096"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
10971097"object of length 1."
10981098msgstr ""
10991099
1100- #: ../../c-api/arg.rst:653
1100+ #: ../../c-api/arg.rst:655
11011101msgid ""
11021102"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
11031103"object of length 1."
11041104msgstr ""
11051105
1106- #: ../../c-api/arg.rst:657
1106+ #: ../../c-api/arg.rst:659
11071107msgid "Convert a C :c:expr:`double` to a Python floating-point number."
11081108msgstr ""
11091109
1110- #: ../../c-api/arg.rst:660
1110+ #: ../../c-api/arg.rst:662
11111111msgid "Convert a C :c:expr:`float` to a Python floating-point number."
11121112msgstr ""
11131113
1114- #: ../../c-api/arg.rst:662
1114+ #: ../../c-api/arg.rst:664
11151115msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
11161116msgstr ""
11171117
1118- #: ../../c-api/arg.rst:663
1118+ #: ../../c-api/arg.rst:665
11191119msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
11201120msgstr ""
11211121
1122- #: ../../c-api/arg.rst:666
1122+ #: ../../c-api/arg.rst:668
11231123msgid ""
11241124"Pass a Python object untouched but create a new :term:`strong reference` to "
11251125"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1129,71 +1129,71 @@ msgid ""
11291129"no exception has been raised yet, :exc:`SystemError` is set."
11301130msgstr ""
11311131
1132- #: ../../c-api/arg.rst:675
1132+ #: ../../c-api/arg.rst:677
11331133msgid "``S`` (object) [PyObject \\ *]"
11341134msgstr ""
11351135
1136- #: ../../c-api/arg.rst:676
1136+ #: ../../c-api/arg.rst:678
11371137msgid "Same as ``O``."
11381138msgstr ""
11391139
1140- #: ../../c-api/arg.rst:678
1140+ #: ../../c-api/arg.rst:680
11411141msgid "``N`` (object) [PyObject \\ *]"
11421142msgstr ""
11431143
1144- #: ../../c-api/arg.rst:679
1144+ #: ../../c-api/arg.rst:681
11451145msgid ""
11461146"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
11471147"Useful when the object is created by a call to an object constructor in the "
11481148"argument list."
11491149msgstr ""
11501150
1151- #: ../../c-api/arg.rst:683
1151+ #: ../../c-api/arg.rst:685
11521152msgid "``O&`` (object) [*converter*, *anything*]"
11531153msgstr ""
11541154
1155- #: ../../c-api/arg.rst:684
1155+ #: ../../c-api/arg.rst:686
11561156msgid ""
11571157"Convert *anything* to a Python object through a *converter* function. The "
11581158"function is called with *anything* (which should be compatible with :c:expr:"
11591159"`void*`) as its argument and should return a \" new\" Python object, or "
11601160"``NULL`` if an error occurred."
11611161msgstr ""
11621162
1163- #: ../../c-api/arg.rst:690
1163+ #: ../../c-api/arg.rst:692
11641164msgid ""
11651165"Convert a sequence of C values to a Python tuple with the same number of "
11661166"items."
11671167msgstr ""
11681168
1169- #: ../../c-api/arg.rst:692
1169+ #: ../../c-api/arg.rst:694
11701170msgid "``[items]`` (:class:`list`) [*matching-items*]"
11711171msgstr ""
11721172
1173- #: ../../c-api/arg.rst:693
1173+ #: ../../c-api/arg.rst:695
11741174msgid ""
11751175"Convert a sequence of C values to a Python list with the same number of "
11761176"items."
11771177msgstr ""
11781178
1179- #: ../../c-api/arg.rst:695
1179+ #: ../../c-api/arg.rst:697
11801180msgid "``{items}`` (:class:`dict`) [*matching-items*]"
11811181msgstr ""
11821182
1183- #: ../../c-api/arg.rst:696
1183+ #: ../../c-api/arg.rst:698
11841184msgid ""
11851185"Convert a sequence of C values to a Python dictionary. Each pair of "
11861186"consecutive C values adds one item to the dictionary, serving as key and "
11871187"value, respectively."
11881188msgstr ""
11891189
1190- #: ../../c-api/arg.rst:700
1190+ #: ../../c-api/arg.rst:702
11911191msgid ""
11921192"If there is an error in the format string, the :exc:`SystemError` exception "
11931193"is set and ``NULL`` returned."
11941194msgstr ""
11951195
1196- #: ../../c-api/arg.rst:705
1196+ #: ../../c-api/arg.rst:707
11971197msgid ""
11981198"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
11991199"rather than a variable number of arguments."
0 commit comments