| ★ wanayoo — archive 1999 http://www.python.org/doc/current/ref/id-classes.html | Nouvelle recherche | Portail wanayoo |
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: