This class exists to support the PDB hetero codes. Supports only the 3 alphameric code.
The annotation is available from http://alpha2.bmc.uu.se/hicup/
Methods
|
|
__eq__
__init__
__len__
__ne__
__repr__
__str__
|
|
__eq__
|
__eq__ ( self, other )
|
|
__init__
|
__init__ ( self, data )
Exceptions
|
|
CrystalError( 'Hetero data may contain up to 3 characters' )
CrystalError( 'Hetero data must be an alphameric string' )
CrystalError( 'Hetero data must not be empty' )
|
|
|
__len__
|
__len__ ( self )
|
|
__ne__
|
__ne__ ( self, other )
Returns true iff self is not equal to other.
|
|
__repr__
|
__repr__ ( self )
|
|
__str__
|
__str__ ( self )
|
|