Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c169 static int symtable_visit_stmt(struct symtable *st, stmt_ty s);
242 if (!symtable_visit_stmt(st, in PySymtable_Build()
253 if (!symtable_visit_stmt(st, in PySymtable_Build()
1001 symtable_visit_stmt(struct symtable *st, stmt_ty s) in symtable_visit_stmt() function