Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmmapmodule.c215 mmap_read_line_method(mmap_object *self, in mmap_read_line_method() function
667 {"readline", (PyCFunction) mmap_read_line_method, METH_NOARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c220 mmap_read_line_method(mmap_object *self, in mmap_read_line_method() function
703 {"readline", (PyCFunction) mmap_read_line_method, METH_NOARGS},