HomeSort by relevance Sort by last modified time
    Searched refs:CO_FUTURE_ABSIMPORT (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
consts.py 21 CO_FUTURE_ABSIMPORT = 0x4000
pycodegen.py 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):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
consts.py 21 CO_FUTURE_ABSIMPORT = 0x4000
pycodegen.py 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):
    [all...]

Completed in 50 milliseconds