Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
D__future__.py71 CO_FUTURE_PRINT_FUNCTION = 0x10000 # print function variable
124 CO_FUTURE_PRINT_FUNCTION)
/external/python/cpython2/Lib/compiler/
Dconsts.py23 CO_FUTURE_PRINT_FUNCTION = 0x10000 variable
Dpycodegen.py14 CO_FUTURE_ABSIMPORT, CO_FUTURE_WITH_STATEMENT, CO_FUTURE_PRINT_FUNCTION)
223 self.graph.setFlag(CO_FUTURE_PRINT_FUNCTION)
/external/python/cpython2/Include/
Dcode.h53 #define CO_FUTURE_PRINT_FUNCTION 0x10000 macro
Dpythonrun.h11 CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
/external/python/cpython2/Parser/
Dparser.c152 if (ps->p_flags & CO_FUTURE_PRINT_FUNCTION && in classify()
210 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION; in future_hack()
Dparsetok.c144 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION; in parsetok()
/external/python/cpython2/Python/
Dfuture.c39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION; in future_check_features()
Dpythonrun.c799 | (((flags)->cf_flags & CO_FUTURE_PRINT_FUNCTION) ? \