Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c825 BZ2File_write(BZ2FileObject *self, PyObject *args) in BZ2File_write() function
1274 {"write", (PyCFunction)BZ2File_write, METH_VARARGS, BZ2File_write__doc__},