Searched refs:CO_FUTURE_ABSIMPORT (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
H A Dconsts.py21 CO_FUTURE_ABSIMPORT = 0x4000 variable
H A Dpycodegen.py14 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):
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
H A Dconsts.py21 CO_FUTURE_ABSIMPORT = 0x4000 variable
H A Dpycodegen.py14 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):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dconsts.py21 CO_FUTURE_ABSIMPORT = 0x4000 variable
H A Dpycodegen.py14 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):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dconsts.py21 CO_FUTURE_ABSIMPORT = 0x4000 variable
H A Dpycodegen.py14 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):

Completed in 1722 milliseconds