Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpyassem.py295 def checkFlag(self, flag): member in PyFlowGraph
Dpycodegen.py904 level = 0 if self.graph.checkFlag(CO_FUTURE_ABSIMPORT) else -1
920 if level == 0 and not self.graph.checkFlag(CO_FUTURE_ABSIMPORT):