Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbz2module.c2077 static PyTypeObject BZ2Decomp_Type = { variable
2361 if (PyType_Ready(&BZ2Decomp_Type) < 0) in initbz2()
2376 Py_INCREF(&BZ2Decomp_Type); in initbz2()
2377 PyModule_AddObject(m, "BZ2Decompressor", (PyObject *)&BZ2Decomp_Type); in initbz2()