summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/builtin-callable.py
Commit message (Collapse)AuthorAge
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05
| | | | | | From now on, all new tests must use underscore. Addresses issue #727.
* mp_obj_is_callable(): Only object types can be callable.Paul Sokolovsky2014-01-23
Fixes segfault on callable("string").