Home
last modified time | relevance | path

Searched refs:compiler_flag (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
D__future__.py75 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
78 self.compiler_flag = compiler_flag
100 self.compiler_flag))
Dcodeop.py135 if codeob.co_flags & feature.compiler_flag:
136 self.flags |= feature.compiler_flag
Ddoctest.py187 flags |= feature.compiler_flag
/external/python/cpython2/Lib/test/
Dtest___future__.py56 compile("", "<test>", "exec", value.compiler_flag)
/external/python/cpython2/Doc/library/
D__future__.rst59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
Dfunctions.rst235 can be found as the :attr:`~__future__._Feature.compiler_flag` attribute on