Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lsprof.c113 #define PyProfiler_CheckExact(op) (Py_TYPE(op) == &PyProfiler_Type) macro
/external/python/cpython2/Modules/
D_lsprof.c123 #define PyProfiler_CheckExact(op) (Py_TYPE(op) == &PyProfiler_Type) macro