Home
last modified time | relevance | path

Searched refs:whatnames (Results 1 – 1 of 1) 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()