Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dparsermodule.c970 #define validate_indent(ch) validate_terminal(ch, INDENT, (char*)NULL) macro
1213 && validate_indent(CHILD(tree, 1)) in validate_suite()