Types and objects in Python

Source: Internet
Author: User

650) this.width=650; "src=" Https://s1.51cto.com/wyfs02/M00/8E/1B/wKioL1i2Hk-Suh9VAACHnj8nOQI062.png "title=" types _map.png "alt=" Wkiol1i2hk-suh9vaachnj8noqi062.png "/>




The type class inherits the object class, which is instantiated by the type itself.


object is instantiated by the type class, object has no base class


The list class has a type class instantiation, inherited from the object class

MyList is instantiated by the list class and does not inherit any class



Type (list) to see who the list is instantiated from or list.__class__

list.__base__ View the base class for list (Super Class)




This article is from the "12208412" blog, please be sure to keep this source http://12218412.blog.51cto.com/12208412/1902270

Types and objects in Python

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.