Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c580 mmap_seek_method(mmap_object *self, PyObject *args) in mmap_seek_method() function
669 {"seek", (PyCFunction) mmap_seek_method, METH_VARARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c591 mmap_seek_method(mmap_object *self, PyObject *args) in mmap_seek_method() function
705 {"seek", (PyCFunction) mmap_seek_method, METH_VARARGS},