Class: Python::ClassEnvironment

Inherits:
Environment show all
Defined in:
lib/python/environment.rb

Instance Method Summary collapse

Methods inherited from Environment

#initialize, #resolve, #set

Constructor Details

This class inherits a constructor from Python::Environment

Instance Method Details



38
39
40
# File 'lib/python/environment.rb', line 38

def getlink
  self[:parent].getlink
end