Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzlibmodule.c420 PyZlib_decompressobj(PyObject *selfptr, PyObject *args) in PyZlib_decompressobj() function
1070 {"decompressobj", (PyCFunction)PyZlib_decompressobj, METH_VARARGS,