Searched defs:CO_FUTURE_ABSOLUTE_IMPORT (Results 1 – 4 of 4) sorted by relevance
69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default variable
72 CO_FUTURE_ABSOLUTE_IMPORT = 0x40000 # perform absolute imports by default variable
51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */ macro
91 #define CO_FUTURE_ABSOLUTE_IMPORT 0x40000 /* do absolute imports by default */ macro