Package edPDB :: Module selections :: Class NotProteinSelect
[hide private]
[frames] | no frames]

Class NotProteinSelect

source code

Bio.PDB.PDBIO.Select --+    
                       |    
           ProteinSelect --+
                           |
                          NotProteinSelect

Select all non-aminoacid residues.

Instance Methods [hide private]
 
__init__(self, complement=False)
Supply a list of Bio.PDB residues for the search.
source code

Inherited from Bio.PDB.PDBIO.Select: __repr__, accept_atom, accept_chain, accept_model, accept_residue

Method Details [hide private]

__init__(self, complement=False)
(Constructor)

source code 

Supply a list of Bio.PDB residues for the search.

Overrides: ProteinSelect.__init__