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

  /external/python/cpython2/Modules/
mmapmodule.c 620 mmap_move_method(mmap_object *self, PyObject *args) function
664 {"move", (PyCFunction) mmap_move_method, METH_VARARGS},
    [all...]
  /external/python/cpython3/Modules/
mmapmodule.c 657 mmap_move_method(mmap_object *self, PyObject *args) function
728 {"move", (PyCFunction) mmap_move_method, METH_VARARGS},
    [all...]

Completed in 232 milliseconds