Certain classes of identifiers (besides keywords) have special meanings. These are:
Form | Meaning | Notes |
---|---|---|
_* |
Not imported by "from module import *" | (1) |
__*__ |
System-defined name | |
__* |
Class-private name mangling |
(XXX need section references here.)
Note:
See About this document... for information on suggesting changes.