Search notes:

Python: globals

globals() returns a dict that implements the current module namespace.

See also

locals()
Python: Built in functions

Index