| Home | Trees | Index | Help |
|
|---|
| Package corebio :: Package resource :: Module scop :: Class Domain |
|
object--+ |Node--+ | Domain
A SCOP domain. A leaf node in the Scop hierarchy.
- sid -- The SCOP domain identifier. e.g. 'd5hbib_'
- residues -- A Residue object. It defines the collection
of PDB atoms that make up this domain.
| Method Summary | |
|---|---|
A new, uninitilized SCOP node. | |
__str__(self)
| |
Return a cla.Record... | |
Return a des.Record... | |
| Inherited from Node | |
Return the ancestor node of the given type, or None. | |
Return a list of all decendent nodes of the given type. | |
Return an Hie.Record... | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
| Method Details |
|---|
__init__(self)
|
to_cla_record(self)Return a cla.Record |
to_des_record(self)Return a des.Record
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on | http://epydoc.sf.net |