Python script initialization

To be more specific, the function system.util.getGlobals() is named that way because it is the global scope dictionary for legacy scripts. Each modern script module has its own global scope, more accurately called module scope.