Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dconfig.c65 extern PyObject* PyInit__lsprof(void);
119 {"_lsprof", PyInit__lsprof},
/external/python/cpython3/Modules/
D_lsprof.c860 PyInit__lsprof(void) in PyInit__lsprof() function