Home
last modified time | relevance | path

Searched refs:MP_SEEK_END (Results 1 – 2 of 2) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h66 #define MP_SEEK_END (2) macro
H A Dobjstringio.c123 case MP_SEEK_END: in stringio_ioctl()