Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c184 static int symtable_implicit_arg(struct symtable *st, int pos);
1302 symtable_implicit_arg(struct symtable *st, int pos) in symtable_implicit_arg() function
1332 if (!symtable_implicit_arg(st, i)) in symtable_visit_params()
1522 if (!symtable_implicit_arg(st, 0)) { in symtable_handle_comprehension()
/external/python/cpython3/Python/
Dsymtable.c224 static int symtable_implicit_arg(struct symtable *st, int pos);
1793 symtable_implicit_arg(struct symtable *st, int pos) in symtable_implicit_arg() function
2053 if (!symtable_implicit_arg(st, 0)) { in symtable_handle_comprehension()