Searched refs:StatsSubEntryType (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_lsprof.c537 static PyTypeObject StatsSubEntryType; variable
553 sinfo = PyObject_CallFunction((PyObject*) &StatsSubEntryType,
881 PyStructSequence_InitType(&StatsSubEntryType,
885 Py_INCREF((PyObject*) &StatsSubEntryType);
889 (PyObject*) &StatsSubEntryType);
/external/python/cpython3/Modules/
H A D_lsprof.c534 static PyTypeObject StatsSubEntryType; variable
550 sinfo = PyObject_CallFunction((PyObject*) &StatsSubEntryType,
878 if (PyStructSequence_InitType2(&StatsSubEntryType,
883 Py_INCREF((PyObject*) &StatsSubEntryType);
887 (PyObject*) &StatsSubEntryType);

Completed in 116 milliseconds