Searched refs:mmap_close_method (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dmmapmodule.c144 mmap_close_method(mmap_object *self, PyObject *unused) function
660 {"close", (PyCFunction) mmap_close_method, METH_NOARGS},
/external/python/cpython3/Modules/
H A Dmmapmodule.c145 mmap_close_method(mmap_object *self, PyObject *unused) function
724 {"close", (PyCFunction) mmap_close_method, METH_NOARGS},

Completed in 56 milliseconds