Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c307 mmap_find_method(mmap_object *self, in mmap_find_method() function
661 {"find", (PyCFunction) mmap_find_method, METH_VARARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c315 mmap_find_method(mmap_object *self, in mmap_find_method() function
697 {"find", (PyCFunction) mmap_find_method, METH_VARARGS},