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

Commit195171e

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent6637822 commit195171e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎reference/compound_stmts.po

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,19 @@ msgid ""
718718
"\"``/``\" are positional-only parameters and may only be passed by "
719719
"positional arguments."
720720
msgstr""
721+
"関数呼び出しの意味付けに関する詳細は、 :ref:`calls` 節で述べられています。\n"
722+
"関数呼び出しを行うと、パラメタリストに記述された全てのパラメタに、位置引数、"
723+
"キーワード引数、デフォルト値のいずれかから値が代入されます。\n"
724+
"\"``*identifier``\" 形式が存在すれば、余ったすべての位置引数を受け取ったタプ"
725+
"ルに初期化されます。\n"
726+
"このデフォルト値は空のタプルです。\n"
727+
"\"``**identifier``\" 形式が存在すれば、余ったすべてのキーワード引数を受け取っ"
728+
"た順序付きのマッピングオブジェクトに初期化されます。\n"
729+
"このデフォルト値は同じ型の空のマッピングオブジェクトです。\n"
730+
"\"``*``\"\"``*identifier``\" の後のパラメタはキーワード専用パラメータで、"
731+
"キーワード引数によってのみ渡されます。\n"
732+
"\"``/``\" の前のパラメタは位置専用パラメータで、位置引数によってのみ渡されま"
733+
"す。"
721734

722735
#:../../reference/compound_stmts.rst:601
723736
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp