mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
This returns a reference to the globals dict associated with the function, ie the global scope that the function was defined in. This attribute is read-only but the dict itself is modifiable, per CPython behaviour. Signed-off-by: Damien George <damien@micropython.org>
19 KiB
19 KiB