Home | Trees | Indices | Help |
|
---|
|
|
|||
|
__init__(self,
log=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
update(self,
model,
source,
skipRes=None,
lookHarder=0) Update empty or missing fields of model from the source. |
||
bool
|
needsUpdate(self,
model) This function is called by update() to decide whether or not to open the source. |
||
PDBModel
|
parse2new(self,
source,
disconnect=False,
skipRes=None) Create a new PDBModel from the source. |
||
Inherited from |
|
|||
bool
|
supports(source) Override! |
||
str
|
description() Override! |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Override! The method is static and can thus be called directly with the parser class rather than with an instance:>>> if PDBParser.supports('myfile.pdb'): >>> ...
|
Override! The method is static and can thus be called directly with the parser class rather than with an instance:>>> if PDBParser.description('myfile.pdb'): >>> ...
|
Update empty or missing fields of model from the source. The model will be connected to the source via model.source. Override!
|
This function is called by update() to decide whether or not to open the source. Override if needed.
|
Create a new PDBModel from the source.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:45 2006 | http://epydoc.sourceforge.net |