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> |
||
|---|---|---|
| .. | ||
| gchelper_generic.c | ||
| gchelper_m0.s | ||
| gchelper_m3.s | ||
| gchelper_native.c | ||
| gchelper.h | ||
| interrupt_char.c | ||
| interrupt_char.h | ||
| mpirq.c | ||
| mpirq.h | ||
| pyexec.c | ||
| pyexec.h | ||
| semihosting.c | ||
| semihosting.h | ||
| softtimer.c | ||
| softtimer.h | ||
| stdout_helpers.c | ||
| sys_stdio_mphal.c | ||
| tinyusb_helpers.c | ||