summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_help.py.exp
AgeCommit message (Collapse)Author
2020-09-06core: add int.bit_length() when MICROPY_CYPTHON_COMPAT is enabledJeff Epler
This method of integer objects is needed for a port of python3's decimal.py module. MICROPY_CPYTHON_COMPAT is enabled by CIRCUITPY_FULL_BUILD.
2017-01-22tests: Add test for builtin help function.Damien George