class
ResidueContents
- Reference
Methods
- def add_atom(self, atom: Atom, pos: int = -1) -> Atom
- def clone(self, /) -> Residue
- def find_atom(self, name: str, altloc: str) -> Atom
- def first_conformer(self, /) -> FirstConformerAtoms
- def is_water(self, /) -> bool
- def remove_atom(self, name: str, altloc: str) -> None
- def sole_atom(self, arg0: str, /) -> Atom
- def trim_to_alanine(self, /) -> bool
Special methods
- def __contains__(self, arg0: str, /) -> bool
- def __delitem__(self, index: int) -> None
- def __delitem__(self, arg0: slice, /) -> None
- def __getitem__(self, index: int) -> Atom
- def __getitem__(self, name: str) -> AtomGroup
- def __init__(self, /) -> None
- def __iter__(self, /) -> typing.Iterator[Atom]
- def __len__(self, /) -> int
- def __repr__(self, /) -> str
- def __str__(self, /) -> str