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

  /external/python/cpython2/Modules/
mmapmodule.c 341 mmap_write_method(mmap_object *self, function
672 {"write", (PyCFunction) mmap_write_method, METH_VARARGS},
    [all...]
  /external/python/cpython3/Modules/
mmapmodule.c 377 mmap_write_method(mmap_object *self, function
736 {"write", (PyCFunction) mmap_write_method, METH_VARARGS},
    [all...]

Completed in 147 milliseconds