Damien George 925bd67cfb py/objfun: Support fun.__globals__ attribute.
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>
2021-01-29 23:57:10 +11:00
..
2020-02-28 10:31:07 +11:00
2020-04-18 22:42:24 +10:00
2020-10-22 11:40:56 +02:00
2020-10-22 11:40:56 +02:00