Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dparsermodule.c1564 res = validate_compound_stmt(tree); in validate_stmt()
1636 validate_compound_stmt(node *tree) in validate_compound_stmt() function
3204 res = validate_compound_stmt(tree); in validate_node()