Exemplo n.º 1
0
 private bool ShouldInterpret(PythonContext pc) {
     return pc.ShouldInterpret((PythonCompilerOptions)Ast.CompilerContext.Options, Ast.CompilerContext.SourceUnit);
 }