Python single underline, double underline, and tail and bottom double underline description:

Source: Internet
Author: User

Single underline, double underline, and tail-to-bottom double underline description:
      • __foo__ : Defines a special method, typically a system-defined name, similar to   __init__ ()   and so on.

      • _foo : A variable of type protected that begins with a single underscore, that is, the protection type can only allow access to its own and subclasses, not to   from module import *

      • __foo : A double underscore is a variable of private type, which is allowed to be accessed only by the class itself.

Source: http://www.runoob.com/python/python-object.html

From for notes (Wiz)



Python single underline, double underline, and tail and bottom double underline description:

Related Article

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.