Class: Python::ClassEnvironment
- Inherits:
-
Environment
- Object
- Hash
- Environment
- Python::ClassEnvironment
- Defined in:
- lib/python/environment.rb
Instance Method Summary collapse
Methods inherited from Environment
Constructor Details
This class inherits a constructor from Python::Environment
Instance Method Details
#getlink ⇒ Object
38 39 40 |
# File 'lib/python/environment.rb', line 38 def getlink self[:parent].getlink end |