Searched refs:compiler_flag (Results 1 – 6 of 6) sorted by relevance
75 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument78 self.compiler_flag = compiler_flag100 self.compiler_flag))
135 if codeob.co_flags & feature.compiler_flag:136 self.flags |= feature.compiler_flag
187 flags |= feature.compiler_flag
56 compile("", "<test>", "exec", value.compiler_flag)
59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
235 can be found as the :attr:`~__future__._Feature.compiler_flag` attribute on