Selection class
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, /) -> tuple[Model, CRA]
- def first_in_model(self, arg0: Model, /) -> CRA
- def models(self, arg0: Structure, /) -> SelectionModelsProxy
- def remove_not_selected(self, arg0: Structure, /) -> None
- def remove_not_selected(self, arg0: Model, /) -> None
- def remove_selected(self, arg0: Structure, /) -> None
- def remove_selected(self, arg0: Model, /) -> None
- def residues(self, arg0: Chain, /) -> SelectionResiduesProxy
- def set_atom_flags(self, arg0: str, /) -> Selection
- def set_residue_flags(self, arg0: str, /) -> Selection
- def str(self, /) -> str