Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimingmodule.c45 static PyMethodDef timing_methods[] = { variable
61 (void)Py_InitModule("timing", timing_methods); in inittiming()