Searched defs:CO_FUTURE_DIVISION (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
H A D | __future__.py | 71 CO_FUTURE_DIVISION = 0x20000 # division variable |
/third_party/python/Include/cpython/ | ||
H A D | code.h | 123 #define CO_FUTURE_DIVISION 0x20000 macro |
Completed in 2 milliseconds