IronPython.Compiler.PythonScriptCode.ShouldInterpret C# (CSharp) Метод

ShouldInterpret() приватный Метод

private ShouldInterpret ( IronPython.Runtime.PythonContext pc ) : bool
pc IronPython.Runtime.PythonContext
Результат bool
        private bool ShouldInterpret(PythonContext pc) {
            return pc.ShouldInterpret((PythonCompilerOptions)Ast.CompilerContext.Options, Ast.CompilerContext.SourceUnit);
        }