Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c1067 PyObject *callkw = NULL; in profiler_runcall() local
1071 &callable, &callargs, &callkw)) { in profiler_runcall()
1074 result = PyEval_CallObjectWithKeywords(callable, callargs, callkw); in profiler_runcall()