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 01567d5 commit 2cf0376Copy full SHA for 2cf0376
glossary.po
@@ -1600,6 +1600,10 @@ msgid ""
1600
":func:`collections.namedtuple`. The latter technique also adds some extra "
1601
"methods that may not be found in hand-written or built-in named tuples."
1602
msgstr ""
1603
+"(上の例のように) いくつかの名前付きタプルは組み込み型になっています。\n"
1604
+"その他にも名前付きタプルは、通常のクラス定義で :class:`tuple` を継承し、名前のフィールドを定義して作成できます。\n"
1605
+"そのようなクラスは手動で書いたり、 :func:`collections.namedtuple` ファクトリ関数デ作成したりできます。\n"
1606
+"後者の方法は、手動で書いた名前付きタプルや組み込みの名前付きタプルには無い付加的なメソッドを追加できます。"
1607
1608
#: ../../glossary.rst:760
1609
msgid "namespace"
0 commit comments