Home
last modified time | relevance | path

Searched defs:targetobj (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_io/clinic/
Dbufferedio.c.h339 PyObject *targetobj; in _io__Buffered_seek() local
/external/python/cpython2/Modules/_io/
Dbufferedio.c1070 PyObject *targetobj, *res = NULL; in buffered_seek() local
/external/python/cpython3/Modules/_io/
Dbufferedio.c1217 _io__Buffered_seek_impl(buffered *self, PyObject *targetobj, int whence) in _io__Buffered_seek_impl()