Trees | Indices | Help |
---|
|
|
|||
anything (can be a tuple) |
|
||
|
|||
|
|||
int |
|
||
|
|||
|
|||
[(chain_id, res_id), (chain_id, res_id),...] |
|
|
Return property for a residue.
|
Iterate over the (entity, property) list. Handy alternative to the dictionary-like access. Example: >>> for (res, property) in iter(map): >>> print res, property
|
Return number of residues for which the property is available.
|
Return 1 if the map has a property for this residue, 0 otherwise. Example: >>> if map.has_key((chain_id, res_id)): >>> res, property=map[(chain_id, res_id)]
|
Return the list of residues.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:22:45 2008 | http://epydoc.sourceforge.net |