mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
py: Make bytearray a proper type.
This commit is contained in:
@@ -1,3 +1 @@
|
||||
MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
|
||||
|
||||
mp_obj_t mp_obj_new_bytearray(uint n, void *items);
|
||||
|
||||
Reference in New Issue
Block a user