globals

globals()

Returns a dictionary representing the current module namespace (built-in).

REMARKS
* This is a built-in function.
* For code within functions, this is set when the function is defined and remains the same regardless of where the function is called.
* You can use the locals function to
* For the Official documentation refer to python.org

?? 

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top