python - Scoping rules and namespaces for class...

Now we have all the pieces to put together a picture of the scoping rules and namespaces for a class instances.

let's review direct namespace and the self variable namespace.

pic - Direct namespace
python - Scoping rules and namespaces for class..._第1张图片

pic II - Self variables namespaces
python - Scoping rules and namespaces for class..._第2张图片

你可能感兴趣的:(python)