Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h65 #define MP_SEEK_CUR (1) macro
H A Dobjstringio.c120 case MP_SEEK_CUR: in stringio_ioctl()