Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h64 #define MP_SEEK_SET (0) macro
H A Dobjstringio.c130 if (s->whence != MP_SEEK_SET && s->offset < 0) { in stringio_ioctl()