Ejemplo n.º 1
0
 internal PythonReference Reference(string /*!*/ name)
 {
     return(_currentScope.Reference(name));
 }
Ejemplo n.º 2
0
 internal PythonReference Reference(string /*!*/ name) => _currentScope.Reference(name);