Searched refs:compiler_flag (Results 1 – 4 of 4) 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
57 compile("", "<test>", "exec", value.compiler_flag)