Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c239 mmap_read_method(mmap_object *self, in mmap_read_method() function
665 {"read", (PyCFunction) mmap_read_method, METH_VARARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c244 mmap_read_method(mmap_object *self, in mmap_read_method() function
701 {"read", (PyCFunction) mmap_read_method, METH_VARARGS},