Home | History | Annotate | Download | only in Modules

Lines Matching refs:ProfilerType

1226 static PyTypeObject ProfilerType = {
1228 "_hotshot.ProfilerType", /* tp_name */
1505 self = PyObject_New(ProfilerObject, &ProfilerType);
1617 Py_TYPE(&ProfilerType) = &PyType_Type;
1627 Py_INCREF(&ProfilerType);
1628 PyModule_AddObject(module, "ProfilerType",
1629 (PyObject *)&ProfilerType);