Home | History | Annotate | Download | only in compiler

Lines Matching refs:CO_FUTURE_ABSIMPORT

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 -1
920 if level == 0 and not self.graph.checkFlag(CO_FUTURE_ABSIMPORT):