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