Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dfuture.c60 int i, found_docstring = 0, done = 0, prev_line = 0; in future_parse() local
105 else if (s->kind == Expr_kind && !found_docstring) { in future_parse()
110 found_docstring = 1; in future_parse()