IronPython.Compiler.LookupGlobalVariable.ILightExceptionAwareExpression C# (CSharp) Method

ILightExceptionAwareExpression() private method

private ILightExceptionAwareExpression ( ) : Expression
return Expression
        Expression ILightExceptionAwareExpression.ReduceForLightExceptions() {
            if (_lightThrow) {
                return this;
            }

            return new LookupGlobalVariable(_codeContextExpr, _name, _isLocal, true);
        }