Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_hotshot.c1310 static PyTypeObject LogReaderType = { variable
1356 self = PyObject_New(LogReaderObject, &LogReaderType); in hotshot_logreader()
1616 Py_TYPE(&LogReaderType) = &PyType_Type; in init_hotshot()
1624 Py_INCREF(&LogReaderType); in init_hotshot()
1626 (PyObject *)&LogReaderType); in init_hotshot()