diff options
| author | John R. Lenton <jlenton@gmail.com> | 2014-01-13 19:52:28 +0000 |
|---|---|---|
| committer | John R. Lenton <jlenton@gmail.com> | 2014-01-13 19:52:28 +0000 |
| commit | 2ded68db77d92f4f277ae688c22ac0be32dc4f31 (patch) | |
| tree | edd62f1099b30daed97784a3a3b37e508761a4dc /py/obj.h | |
| parent | 5c7683955994b965270598559e979c581ddc1950 (diff) | |
Cleaned up sorted() as per Damien's suggestions.
Diffstat (limited to 'py/obj.h')
| -rw-r--r-- | py/obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -292,6 +292,7 @@ extern const mp_obj_type_t list_type; mp_obj_t mp_obj_list_append(mp_obj_t self_in, mp_obj_t arg); void mp_obj_list_get(mp_obj_t self_in, uint *len, mp_obj_t **items); void mp_obj_list_store(mp_obj_t self_in, mp_obj_t index, mp_obj_t value); +mp_obj_t list_sort(mp_obj_t args, struct _mp_map_t *kwargs); // dict extern const mp_obj_type_t dict_type; |
