Python Naming Conventions is a good document. But I am not a native English speaker.
So I am confused about
6. Instance Variables
If an instance name needs to be mangled, two underscores may begin its name
What I learned in my language is the "begin" need be followed by a process. So I think it should be its name begin with two underscores or two underscores may be in front of its name.
So it is a usage I don't know or it is not correct?
No offence. Just want to make the document better.
Python Naming Conventions is a good document. But I am not a native English speaker.
So I am confused about
6. Instance Variables
If an instance name needs to be mangled, two underscores may begin its name
What I learned in my language is the "begin" need be followed by a process. So I think it should be its name begin with two underscores or two underscores may be in front of its name.
So it is a usage I don't know or it is not correct?
No offence. Just want to make the document better.