Home
last modified time | relevance | path

Searched defs:CO_FUTURE_PRINT_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dconsts.py23 CO_FUTURE_PRINT_FUNCTION = 0x10000 variable
/external/python/cpython2/Lib/
D__future__.py71 CO_FUTURE_PRINT_FUNCTION = 0x10000 # print function variable
/external/python/cpython3/Lib/
D__future__.py73 CO_FUTURE_PRINT_FUNCTION = 0x10000 # print function variable
/external/python/cpython2/Include/
Dcode.h53 #define CO_FUTURE_PRINT_FUNCTION 0x10000 macro
/external/python/cpython3/Include/
Dcode.h80 #define CO_FUTURE_PRINT_FUNCTION 0x10000 macro