Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | PDBRecord
Base class for all PDB file records.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
_name = None hash(x) |
|||
_field_list = None hash(x) |
|||
Inherited from |
|
|||
Inherited from |
|
str(x)
|
Create a list of dictionaries from a list of records. This method has complex behavior to support translations of several PDB records into a Python format. The primary key is used to seperate the dictionaries within the list, and the translation argument is a list of strings or 2-tuples. If the translation is a string, the value from the PDB record field is copied to the return dictionary. If the field is a 2-tuple==t, then t[0] is the return dictionary key whose value is a list formed from the list of PDB fields in t[1]. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 27 14:43:15 2011 | http://epydoc.sourceforge.net |