Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c203 mmap_read_byte_method(mmap_object *self, in mmap_read_byte_method() function
666 {"read_byte", (PyCFunction) mmap_read_byte_method, METH_NOARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c208 mmap_read_byte_method(mmap_object *self, in mmap_read_byte_method() function
702 {"read_byte", (PyCFunction) mmap_read_byte_method, METH_NOARGS},