mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
unix/modffi: Mark 'O' type specifier as implemented.
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
* clashes with struct's "p" as "Pascal string").
|
||||
* s - as argument, the same as "p", as return value, causes string
|
||||
* to be allocated and returned, instead of pointer value.
|
||||
* O - mp_obj_t, passed as is (mostly useful as a callback param)
|
||||
*
|
||||
* TODO:
|
||||
* O - mp_obj_t, passed as is (mostly useful as callback param)
|
||||
* C - callback function
|
||||
*
|
||||
* Note: all constraint specified by typecode can be not enforced at this time,
|
||||
|
||||
Reference in New Issue
Block a user