summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/namedtuple_asdict.py
Commit message (Collapse)AuthorAge
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
| | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* tests/basics/namedtuple*: Import ucollections first.Paul Sokolovsky2018-06-27
| | | | | Otherwise, test may have artefacts in the presence of the micropython-lib module.
* py/objnamedtuple: Add _asdict function if OrderedDict is supportedstijn2017-11-12