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

Class NotResidueSelect

source code

Bio.PDB.PDBIO.Select --+    
                       |    
           ResidueSelect --+
                           |
                          NotResidueSelect

Select all atoms that are *not* in the *residues* list.

(Same as :class:`ResidueSelect(residues, complement=True)`.)

Instance Methods [hide private]
 
__init__(self, residues, 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, residues, complement=False)
(Constructor)

source code 

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

Overrides: ResidueSelect.__init__