Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c365 mmap_write_byte_method(mmap_object *self, in mmap_write_byte_method() function
673 {"write_byte", (PyCFunction) mmap_write_byte_method, METH_VARARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c381 mmap_write_byte_method(mmap_object *self, in mmap_write_byte_method() function
709 {"write_byte", (PyCFunction) mmap_write_byte_method, METH_VARARGS},