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

  /external/python/cpython2/Modules/
mmapmodule.c 144 mmap_close_method(mmap_object *self, PyObject *unused) function
660 {"close", (PyCFunction) mmap_close_method, METH_NOARGS},
    [all...]
  /external/python/cpython3/Modules/
mmapmodule.c 145 mmap_close_method(mmap_object *self, PyObject *unused) function
724 {"close", (PyCFunction) mmap_close_method, METH_NOARGS},
    [all...]

Completed in 641 milliseconds