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 62c62c8 commit 8137188Copy full SHA for 8137188
c-api/module.po
@@ -764,6 +764,10 @@ msgid ""
764
"the last component of :c:member:`~PyTypeObject.tp_name` after dot. Return "
765
"``-1`` on error, ``0`` on success."
766
msgstr ""
767
+"型オブジェクトを *module* に追加します。型オブジェクトは内部で :c:func:"
768
+"`PyType_Ready` を呼び出してファイナライズされます。型オブジェクトの名前は、 :"
769
+"c:member:`~PyTypeObject.tp_name` のドットの後の最後の部分から取られます。エ"
770
+"ラー時には ``-1`` を、成功時には ``0`` を返します。"
771
772
#: ../../c-api/module.rst:506
773
msgid "Module lookup"
0 commit comments