We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9de32f commit 5478463Copy full SHA for 5478463
library/dataclasses.po
@@ -449,6 +449,10 @@ msgid ""
449
"Raises :exc:`TypeError` if not passed a dataclass or instance of one. Does "
450
"not return pseudo-fields which are ``ClassVar`` or ``InitVar``."
451
msgstr ""
452
+"このデータクラスのフィールドを定義する :class:`Field` オブジェクトをタプルで返します。\n"
453
+"データクラスあるいはデータクラスのインスタンスを受け付けます。\n"
454
+"データクラスやデータクラスのインスタンスが渡されなかった場合は、 :exc:`TypeError` を送出します。\n"
455
+"``ClassVar`` や ``InitVar`` といった疑似フィールドは返しません。"
456
457
#: ../../library/dataclasses.rst:290
458
msgid ""
0 commit comments