HomeSort by relevance Sort by last modified time
    Searched refs:PyProfiler_Check (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 122 #define PyProfiler_Check(op) PyObject_TypeCheck(op, &PyProfiler_Type)
  /external/python/cpython2/Modules/
_lsprof.c 122 #define PyProfiler_Check(op) PyObject_TypeCheck(op, &PyProfiler_Type)

Completed in 866 milliseconds