Searched refs:StatsEntryType (Results 1 – 2 of 2) sorted by relevance
533 static PyTypeObject StatsEntryType; variable588 info = PyObject_CallFunction((PyObject*) &StatsEntryType, in statsForEntry()872 if (PyStructSequence_InitType2(&StatsEntryType, in PyInit__lsprof()879 Py_INCREF((PyObject*) &StatsEntryType); in PyInit__lsprof()882 (PyObject*) &StatsEntryType); in PyInit__lsprof()
536 static PyTypeObject StatsEntryType; variable591 info = PyObject_CallFunction((PyObject*) &StatsEntryType, in statsForEntry()878 PyStructSequence_InitType(&StatsEntryType, in init_lsprof()883 Py_INCREF((PyObject*) &StatsEntryType); in init_lsprof()886 (PyObject*) &StatsEntryType); in init_lsprof()