Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dconsts.py20 CO_FUTURE_DIVISION = 0x2000 variable
/external/python/cpython2/Lib/
D__future__.py68 CO_FUTURE_DIVISION = 0x2000 # division variable
/external/python/cpython3/Lib/
D__future__.py71 CO_FUTURE_DIVISION = 0x20000 # division variable
/external/python/cpython2/Include/
Dcode.h50 #define CO_FUTURE_DIVISION 0x2000 macro
/external/python/cpython3/Include/cpython/
Dcode.h90 #define CO_FUTURE_DIVISION 0x20000 macro