Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c287 static char *whatnames[7] = {"call", "exception", "line", "return", in trace_init() local
293 name = PyString_InternFromString(whatnames[i]); in trace_init()
/external/python/cpython3/Python/
Dsysmodule.c466 static const char * const whatnames[8] = { in trace_init() local
475 name = PyUnicode_InternFromString(whatnames[i]); in trace_init()