private bool ShouldInterpret(PythonContext pc) {
     return pc.ShouldInterpret((PythonCompilerOptions)Ast.CompilerContext.Options, Ast.CompilerContext.SourceUnit);
 }