We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fce5b4 commit a2715c0Copy full SHA for a2715c0
py/objarray.h
@@ -0,0 +1,3 @@
1
+MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
2
+
3
+mp_obj_t mp_obj_new_bytearray(uint n, void *items);
0 commit comments