Searched refs:CO_FUTURE_ABSOLUTE_IMPORT (Results 1 – 3 of 3) sorted by relevance
72 CO_FUTURE_ABSOLUTE_IMPORT = 0x40000 # perform absolute imports by default variable123 CO_FUTURE_ABSOLUTE_IMPORT)
6 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
91 #define CO_FUTURE_ABSOLUTE_IMPORT 0x40000 /* do absolute imports by default */ macro