Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c620 mmap_move_method(mmap_object *self, PyObject *args) in mmap_move_method() function
664 {"move", (PyCFunction) mmap_move_method, METH_VARARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c630 mmap_move_method(mmap_object *self, PyObject *args) in mmap_move_method() function
700 {"move", (PyCFunction) mmap_move_method, METH_VARARGS},