Thanks to visit codestin.com Credit goes to github.com
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 93a8854 commit 4a02693Copy full SHA for 4a02693
1 file changed
extending/newtypes_tutorial.po
@@ -81,6 +81,8 @@ msgid ""
81
"allows defining heap-allocated extension types using the "
82
":c:func:`PyType_FromSpec` function, which isn't covered in this tutorial."
83
msgstr ""
84
+"这里展示的方法是定义 *static* 扩展类型的传统方法。可以适合大部分用途。C API也可以定义在堆上分配的扩展类型,使用 "
85
+":c:func:`PyType_FromSpec` 函数,但不在本入门里讨论。"
86
87
#: ../../extending/newtypes_tutorial.rst:50
88
msgid ""
@@ -109,7 +111,7 @@ msgstr ""
109
111
110
112
#: ../../extending/newtypes_tutorial.rst:61
113
msgid "The first bit is::"
-msgstr ""
114
+msgstr "结构的第一块是 ::"
115
116
#: ../../extending/newtypes_tutorial.rst:67
117
0 commit comments