Home | History | Annotate | Download | only in Modules

Lines Matching refs:ProfilerType

1222 static PyTypeObject ProfilerType = {

1224 "_hotshot.ProfilerType", /* tp_name */
1501 self = PyObject_New(ProfilerObject, &ProfilerType);
1613 Py_TYPE(&ProfilerType) = &PyType_Type;
1623 Py_INCREF(&ProfilerType);
1624 PyModule_AddObject(module, "ProfilerType",
1625 (PyObject *)&ProfilerType);