Home | Trees | Indices | Help |
|
---|
|
|
|||
|
update(self,
model,
source,
skipRes=None,
lookHarder=0) Update empty or missing fields of model from the source. |
||
Inherited from Inherited from |
|
|||
bool
|
supports(source) The method is static and can thus be called directly with the parser class rather than with an instance: |
||
str
|
description() The method is static and can thus be called directly with the parser class rather than with an instance: |
|
|||
Inherited from |
|
The method is static and can thus be called directly with the parser class rather than with an instance: >>> if ParsePDBModel.supports( model ): >>> ...
|
The method is static and can thus be called directly with the parser class rather than with an instance: >>> if ParsePDBModel.description(): >>> ...
|
Update empty or missing fields of model from the source. The model will be connected to the source via model.source.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:45 2006 | http://epydoc.sourceforge.net |