Searched defs:keywds (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/python/
H A D_brotli.cc160 static PyObject* brotli_Compressor_new(PyTypeObject *type, PyObject *args, PyObject *keywds) { argument
171 static int brotli_Compressor_init(brotli_Compressor *self, PyObject *args, PyObject *keywds) { argument
446 static PyObject* brotli_Decompressor_new(PyTypeObject *type, PyObject *args, PyObject *keywds) { argument
457 static int brotli_Decompressor_init(brotli_Decompressor *self, PyObject *args, PyObject *keywds) { argument
637 static PyObject* brotli_decompress(PyObject *self, PyObject *args, PyObject *keywds) { argument

Completed in 3 milliseconds