HomeSort by relevance Sort by last modified time
    Searched refs:mmap_find_method (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
mmapmodule.c 307 mmap_find_method(mmap_object *self, function
661 {"find", (PyCFunction) mmap_find_method, METH_VARARGS},
    [all...]
  /external/python/cpython3/Modules/
mmapmodule.c 338 mmap_find_method(mmap_object *self, function
725 {"find", (PyCFunction) mmap_find_method, METH_VARARGS},
    [all...]

Completed in 787 milliseconds