Home
last modified time | relevance | path

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

/third_party/python/Lib/
D__future__.py74 CO_FUTURE_PRINT_FUNCTION = 0x100000 # print function variable
131 CO_FUTURE_PRINT_FUNCTION)
/third_party/python/Include/cpython/
Dcompile.h7 CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
Dcode.h93 #define CO_FUTURE_PRINT_FUNCTION 0x100000 macro