The completion list of base classes only contains interfaces and namespaces.
基类的完成列表仅包含接口和命名空间。
Notice that now in a class definition, keyword arguments are allowed after the list of base classes—generally speaking, class Foo(*bases, **kwds): pass.
请注意,现在,在类定义中,关键字参数被允许出现在基类列表之后 — 通常来讲,即 class Foo(*bases, **kwds): pass。
And, like Array [t], List [t] inherits from a number of base classes and traits, starting with Seq [t] as an immediate base.
并且,和Array [t]相同,List [t]继承了很多基类和特性,首先使用Seq [t]作为直接上层基类。
应用推荐