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

Commit44db333

Browse files
committed
docs(library/pickle.po): update the translation offunction signature
1 parent73261f7 commit44db333

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎library/pickle.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,8 +1303,7 @@ msgstr ""
13031303
"`~object.__dict__` 屬性中。"
13041304

13051305
# SkyLull: [T]
1306-
# signature: https://stackoverflow.com/questions/72788932/what-is-a-function-
1307-
# signature -> 輸入特徵
1306+
# signature: https://jo-jo.medium.com/c-c-%E5%B9%BC%E5%B9%BC%E7%8F%AD-%E7%B0%BD%E7%AB%A0signature-fa9b04e1a3e2
13081307
#:../../library/pickle.rst:715
13091308
msgid""
13101309
"Optionally, an iterator (and not a sequence) yielding successive items. "
@@ -1319,8 +1318,8 @@ msgstr ""
13191318
"可選項。一個用來提供連續項目的疊代器(而非序列)。這些項目將個別透過 ``obj."
13201319
"append(item)`` 方法或成批次地透過 ``obj.extend(list_of_items)`` 方法被附加到"
13211320
"物件中。主要用於串列(list)子類別,但只要其他類別具有相應的 :ref:`append 和 "
1322-
"extend 方法 <typesseq-common>`\\和相同的輸入特徵(signature)就也可以使用。 "
1323-
"(如何選擇使用 :meth:`!append` 或 :meth:`!extend` 方法將取決於所選用的 "
1321+
"extend 方法 <typesseq-common>`\\以及相同的函式簽章(signature)就也可以使用。 "
1322+
"(是否會調用 :meth:`!append` 或 :meth:`!extend` 方法將取決於所選用的 "
13241323
"pickle 協定版本以及要附加的項目數量,因此必須同時支援這兩種方法。)"
13251324

13261325
#:../../library/pickle.rst:725
@@ -1342,7 +1341,7 @@ msgid ""
13421341
"method. If not ``None``, this callable will have priority over ``obj``'s :"
13431342
"meth:`__setstate__`."
13441343
msgstr""
1345-
"可選項。一個具有 ``(obj, state)``輸入特徵(signature)的可呼叫物件。該物件允"
1344+
"可選項。一個具有 ``(obj, state)``函式簽章(signature)的可呼叫物件。該物件允"
13461345
"許使用者以可編寫的邏輯,而不是物件 ``obj`` 預設的 :meth:`__setstate__` 靜態方"
13471346
"法去控制特定物件的狀態更新方式。如果這個物件不是 ``None``,這個物件的呼叫優先"
13481347
"權將優於物件 ``obj`` 的 :meth:`__setstate__`。"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp