Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c341 mmap_write_method(mmap_object *self, in mmap_write_method() function
672 {"write", (PyCFunction) mmap_write_method, METH_VARARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c354 mmap_write_method(mmap_object *self, in mmap_write_method() function
708 {"write", (PyCFunction) mmap_write_method, METH_VARARGS},