Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Class Param
[hide private]
[frames] | no frames]

Class Param

object --+    
         |    
    Handle --+
             |
            Param

Instance Methods [hide private]
 
__repr__(self)
repr(x)
 
id(self)
id in parent table
 
table(self)
parent ParamTable
 
keys(self)
sorted list of available properties
 
__setitem__(self, prop, val)
update the value of prop with val
 
__getitem__(self, prop)
get the value of prop
 
duplicate(self)
create a new entry in the parent parameter table with the same values as this one, returning it.

Inherited from Handle: __eq__, __hash__, __init__, __ne__, system

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

id(self)

 

id in parent table

Decorators:
  • @property
Overrides: Handle.id

table(self)

 

parent ParamTable

Decorators:
  • @property