Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c1840 static PyTypeObject BZ2Comp_Type = { variable
2325 if (PyType_Ready(&BZ2Comp_Type) < 0) in initbz2()
2339 Py_INCREF(&BZ2Comp_Type); in initbz2()
2340 PyModule_AddObject(m, "BZ2Compressor", (PyObject *)&BZ2Comp_Type); in initbz2()