Searched refs:CO_FUTURE_ABSIMPORT (Results 1 – 2 of 2) sorted by relevance
21 CO_FUTURE_ABSIMPORT = 0x4000 variable
14 CO_FUTURE_ABSIMPORT, CO_FUTURE_WITH_STATEMENT, CO_FUTURE_PRINT_FUNCTION)219 self.graph.setFlag(CO_FUTURE_ABSIMPORT)904 level = 0 if self.graph.checkFlag(CO_FUTURE_ABSIMPORT) else -1920 if level == 0 and not self.graph.checkFlag(CO_FUTURE_ABSIMPORT):