Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsymtablemodule.c43 static PyMethodDef symtable_methods[] = { variable
58 m = Py_InitModule("_symtable", symtable_methods); in init_symtable()