Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcompile.h27 #define FUTURE_PRINT_FUNCTION "print_function" macro
/external/python/cpython2/Python/
Dfuture.c38 } else if (strcmp(feature, FUTURE_PRINT_FUNCTION) == 0) { in future_check_features()
/external/python/cpython2/Parser/
Dparser.c209 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) { in future_hack()