gemmi.Selection class

Contents

Methods

def atoms(self, arg0: Residue, /) -> SelectionAtomsProxy
def chains(self, arg0: Model, /) -> SelectionChainsProxy
def copy_model_selection(self, arg0: Model, /) -> Model
def copy_structure_selection(self, arg0: Structure, /) -> Structure
def first(self, arg0: Structure, /) -> typing.Tuple[Model, CRA]
def first_in_model(self, arg0: Model, /) -> CRA
def models(self, arg0: Structure, /) -> SelectionModelsProxy
def residues(self, arg0: Chain, /) -> SelectionResidusProxy
def set_atom_flags(self, arg0: str, /) -> Selection
def set_residue_flags(self, arg0: str, /) -> Selection
def to_cid(self, /) -> str

Special methods

def __init__(self, /) -> None
def __repr__(self, /) -> str