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

Class ResnameSelect

source code

Bio.PDB.PDBIO.Select --+
                       |
                      ResnameSelect

Select all atoms that match *resnames*.

Instance Methods [hide private]
 
__init__(self, resnames, complement=False)
Supply a *resname*, e.g.
source code
 
_accept_residue(self, residue) source code
 
_accept_not_residue(self, residue) source code

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

Method Details [hide private]

__init__(self, resnames, complement=False)
(Constructor)

source code 

Supply a *resname*, e.g. 'SOL' or 'PHE' or a list.