Searched defs:CO_FUTURE_PRINT_FUNCTION (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
D | __future__.py | 74 CO_FUTURE_PRINT_FUNCTION = 0x100000 # print function variable |
/third_party/python/Include/cpython/ | ||
D | code.h | 93 #define CO_FUTURE_PRINT_FUNCTION 0x100000 macro |