Home
last modified time | relevance | path

Searched refs:CO_FUTURE_ABSIMPORT (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dconsts.py21 CO_FUTURE_ABSIMPORT = 0x4000 variable
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):