Table of Contents

Python - Namespace

About

Language - Namespace (Scoping rule for name) in Python.

The namespace for a module is automatically created the first time a module is imported.