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

  /external/python/cpython2/Modules/
mmapmodule.c 365 mmap_write_byte_method(mmap_object *self, function
673 {"write_byte", (PyCFunction) mmap_write_byte_method, METH_VARARGS},
    [all...]
  /external/python/cpython3/Modules/
mmapmodule.c 404 mmap_write_byte_method(mmap_object *self, function
737 {"write_byte", (PyCFunction) mmap_write_byte_method, METH_VARARGS},
    [all...]

Completed in 132 milliseconds