Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c862 static PyMethodDef moduleMethods[] = { variable
870 module = Py_InitModule3("_lsprof", moduleMethods, "Fast profiler"); in init_lsprof()