The object representing a model in a structure. In a structure
derived from an X-ray crystallography experiment, only a single
model will be present (with some exceptions). NMR structures
normally contain many different models.
Methods
|
|
__init__
__repr__
_sort
|
|
__init__
|
__init__ ( self, id )
Arguments:
o id - int
|
|
__repr__
|
__repr__ ( self )
|
|
_sort
|
_sort (
self,
c1,
c2,
)
Sort the Chains instances in the Model instance.
Chain instances are sorted alphabetically according to
their chain id. Blank chains come last, as they often consist
of waters.
Arguments:
o c1, c2 - Chain objects
|
|