gemmi.ChemModMap class

Contents

Methods

def items(self, /) -> typing.Iterator[typing.Tuple[str, ChemMod]]

Special methods

def __bool__(self, /) -> bool
Check whether the map is nonempty
def __contains__(self, arg0: str, /) -> bool
def __delitem__(self, arg0: str, /) -> None
def __getitem__(self, arg0: str, /) -> ChemMod
def __init__(self, /) -> None
def __iter__(self, /) -> typing.Iterator[typing.Tuple[str, ChemMod]]
def __len__(self, /) -> int
def __setitem__(self, arg0: str, arg1: ChemMod, /) -> None