Home
last modified time | relevance | path

Searched refs:str_no_hash_obj (Results 1 – 1 of 1) sorted by relevance

/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dcoverage.c142 STATIC const mp_obj_str_t str_no_hash_obj = {{&mp_type_str}, 0, 10, (const byte *)"0123456789"}; variable
648 …mp_obj_t items[] = {(mp_obj_t)&str_no_hash_obj, (mp_obj_t)&bytes_no_hash_obj, MP_OBJ_FROM_PTR(s), … in extra_coverage()