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 dd2ba3b commit 7ce1c5aCopy full SHA for 7ce1c5a
1 file changed
library/numbers.po
@@ -36,16 +36,18 @@ msgid ""
36
"define more operations. None of the types defined in this module can be "
37
"instantiated."
38
msgstr ""
39
+":mod:`numbers` 模块 (:pep:`3141`) 定义了数字的层次结构 :term:`abstract base classes` "
40
+",逐步定义了更多操作。这个模块中定义的的类型都不可以被实例化。"
41
42
#: ../../library/numbers.rst:18
43
msgid ""
44
"The root of the numeric hierarchy. If you just want to check if an argument "
45
"*x* is a number, without caring what kind, use ``isinstance(x, Number)``."
-msgstr ""
46
+msgstr "数字的层次结构的基础。如果你只想确认参数 *x* 是不是数字而不关心其类型,则使用``isinstance(x, Number)``。"
47
48
#: ../../library/numbers.rst:23
49
msgid "The numeric tower"
50
+msgstr "数字的层次"
51
52
#: ../../library/numbers.rst:27
53
0 commit comments