Package mmLib :: Module Library :: Class MonomerDesc
[hide private]
[frames] | no frames]

Class MonomerDesc

source code

object --+
         |
        MonomerDesc

Monomer description class returned by library_get_monomer_desc().

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
is_amino_acid(self)
Returns True if the Monomer is an amino acid, otherwise returns False.
source code
 
is_nucleic_acid(self)
Returns True if the Monomer is a nucleic acid, otherwise returns False.
source code
 
is_standard_residue(self) source code
 
is_non_standard_residue(self) source code
 
is_water(self)
Returns True if the Monomer is a water molecule, otherwise returns False.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)