IronPython.Compiler.Ast.PythonNameBinder.PythonNameBinder C# (CSharp) Method

PythonNameBinder() private method

private PythonNameBinder ( CompilerContext context ) : System
context CompilerContext
return System
        private PythonNameBinder(CompilerContext context) {
            _define = new DefineBinder(this);
            _delete = new DeleteBinder(this);
            _parameter = new ParameterBinder(this);
            _context = context;
        }