summaryrefslogtreecommitdiff
path: root/tests/micropython/const.py
AgeCommit message (Expand)Author
2021-11-17tests/micropython/const.py: Add comment about required config for test.jc_.kim
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2016-09-27py/modmicropython: Add micropython.const, alias for identity function.Damien George
2016-06-06py/parse: Treat constants that start with underscore as private.Damien George
2014-05-08py, compiler: Add basic support for A=const(123).Damien George