1212# ww song <[email protected] >, 20181313# zkonge <[email protected] >, 20191414# Arisaka97 <[email protected] >, 202015- # Freesand Leo <[email protected] >, 20201615# WH-2099 <[email protected] >, 202016+ # Freesand Leo <[email protected] >, 20211717#
1818#, fuzzy
1919msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222"Report-Msgid-Bugs-To : \n "
2323"POT-Creation-Date : 2021-01-23 05:12+0000\n "
2424"PO-Revision-Date : 2017-02-16 23:11+0000\n "
25- "Last-Translator : WH-2099 <wh2099@outlook .com>, 2020 \n "
25+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021 \n "
2626"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2727"MIME-Version : 1.0\n "
2828"Content-Type : text/plain; charset=UTF-8\n "
@@ -2628,6 +2628,10 @@ msgid ""
26282628"becoming the :attr:`~object.__dict__` attribute. The following two "
26292629"statements create identical :class:`type` objects:"
26302630msgstr ""
2631+ "传入三个参数时,返回一个新的 type 对象。 这在本质上是 :keyword:`class` 语句的一种动态形式,*name* 字符串即类名并会成为 "
2632+ ":attr:`~definition.__name__` 属性;*bases* 元组包含基类并会成为 :attr:`~class.__bases__` "
2633+ "属性;如果为空则会添加所有类的终极基类 :class:`object`。 *dict* 字典包含类主体的属性和方法定义;它在成为 "
2634+ ":attr:`~object.__dict__` 属性之前可能会被拷贝或包装。 下面两条语句会创建相同的 :class:`type` 对象:"
26312635
26322636#: ../../library/functions.rst:1704
26332637msgid "See also :ref:`bltin-type-objects`."
0 commit comments