Table of Contents

Class: Model Bio/PDB/Model.py

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.

Base Classes   
Entity
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


Table of Contents

This document was automatically generated on Mon Jul 1 12:02:52 2002 by HappyDoc version 2.0.1