File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -718,6 +718,19 @@ msgid ""
718
718
"\" ``/``\" are positional-only parameters and may only be passed by "
719
719
"positional arguments."
720
720
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
+ "す。"
721
734
722
735
#: ../../reference/compound_stmts.rst:601
723
736
msgid ""
You can’t perform that action at this time.
0 commit comments