gemmi.InfoMap class

Methods

def items(self, /) -> gemmi.ItemsView[str, str]
def keys(self, /) -> gemmi.KeysView[str]
def values(self, /) -> gemmi.ValuesView[str]

Special methods

def __bool__(self, /) -> bool
Check whether the map is nonempty
def __contains__(self, arg0: str, /) -> bool
def __contains__(self, arg0: object, /) -> bool
def __delitem__(self, arg0: str, /) -> None
def __getitem__(self, arg0: str, /) -> str
def __init__(self, /) -> None
def __iter__(self, /) -> typing.Iterator
def __len__(self, /) -> int
def __repr__(self, /) -> str
Return the canonical string representation of this map.
def __setitem__(self, arg0: str, arg1: str, /) -> None