mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +02:00
7 lines
332 B
C
7 lines
332 B
C
py_obj_t py_builtin___repl_print__(py_obj_t o);
|
|
py_obj_t py_builtin_print(int n_args, const py_obj_t* args);
|
|
py_obj_t py_builtin_len(py_obj_t o_in);
|
|
py_obj_t py_builtin_abs(py_obj_t o_in);
|
|
py_obj_t py_builtin___build_class__(py_obj_t o_class_fun, py_obj_t o_class_name);
|
|
py_obj_t py_builtin_range(int n_args, const py_obj_t* args);
|