diff options
author | Damien George <damien@micropython.org> | 2022-08-23 13:02:40 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-08-23 13:02:40 +1000 |
commit | 7c8ec85fa34279950e44072b22ac26fe41b91886 (patch) | |
tree | f6427f0002404e400c8891fb1b8735ced12c18ba /py/binary.c | |
parent | af54d2ce9f923eba06b19bddb784a1c9da228347 (diff) |
shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs.
stdio_obj_print is private to this file so can be made static. The __del__
method does nothing so can be removed (it's only called by the GC if it
exists, so if it doesn't exist it won't be called). And FileIO doesn't
support a constructor in MicroPython at this stage.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py/binary.c')
0 files changed, 0 insertions, 0 deletions