_sort (
self,
m1,
m2,
)
Sort models.
This sorting function sorts the Model instances in the Structure instance.
The sorting is done based on the model id, which is a simple int that
reflects the order of the models in the PDB file.
Arguments:
o m1, m2 - Model instances
|