Searched refs:mmap_tell_method (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dmmapmodule.c541 mmap_tell_method(mmap_object *self, PyObject *unused) function
671 {"tell", (PyCFunction) mmap_tell_method, METH_NOARGS},
/external/python/cpython3/Modules/
H A Dmmapmodule.c578 mmap_tell_method(mmap_object *self, PyObject *unused) function
735 {"tell", (PyCFunction) mmap_tell_method, METH_NOARGS},

Completed in 129 milliseconds