Home | Trees | Indices | Help |
|
---|
|
object --+ | StructureProvider
Base class for all PDB data source providers.
Concrete classes need to implement the find
method, which
abstracts the retrieval of a PDB structure file by a structure
identifier. This is a hook method called internally by get
,
but subclasses can safely override both find
and {get} to in
order to achieve completely custom behavior.
Nested Classes | |
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
Instance Methods | |||
|
|||
str or None |
|
||
csb.bio.Structure |
|
||
Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
Inherited from |
Method Details |
Attempt to discover a PDB file, given a specific PDB
|
Discover, parse and return the PDB structure, corresponding to the
specified
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |