Home | Trees | Indices | Help |
|
---|
|
object --+ | EntryID
Represents a PDB Chain identifier. Implementing classes must define how the original ID is split into accession number and chain ID.
Nested Classes | |
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
Instance Methods | |||
|
|||
|
|||
str |
|
||
tuple of str |
|
||
Inherited from |
Static Methods | |||
EntryID |
|
Class Variables | |
__abstractmethods__ =
|
Properties | |
str |
accession Accession number part of the Entry ID |
str |
chain Chain ID part of the Entry ID |
str |
entry_id Accession number + Chain ID |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Guess the format of
|
|
Split
|
Property Details |
accessionAccession number part of the Entry ID
|
chainChain ID part of the Entry ID
|
entry_idAccession number + Chain ID
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |