IronPython.Compiler.PythonSavableScriptCode.CreateScope C# (CSharp) Method

CreateScope() public method

public CreateScope ( ) : Scope
return Scope
        public override Scope CreateScope() {
            throw new NotSupportedException();
        }