diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2022-09-13 14:16:58 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-09-19 23:22:46 +1000 |
commit | 15d0615d5cad430930d160a8ca3e809d7b82da32 (patch) | |
tree | 3c99ed59b840629ee161eddf09f25514abaa801e /tests/float/bytes_construct_endian.py | |
parent | d94141e1473aebae0d3c63aeaa8397651ad6fa01 (diff) | |
download | micropython-15d0615d5cad430930d160a8ca3e809d7b82da32.tar.gz micropython-15d0615d5cad430930d160a8ca3e809d7b82da32.zip |
py/objmodule: Add support for __dict__.
This matches class `__dict__`, and is similarly gated on
MICROPY_CPYTHON_COMPAT. Unlike class though, because modules's globals are
actually dict instances, the result is a mutable dictionary.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/float/bytes_construct_endian.py')
0 files changed, 0 insertions, 0 deletions