gemmi.InfoMap class

Contents

Methods

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

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, /) -> str
def __init__(self, /) -> None
def __iter__(self, /) -> typing.Iterator[typing.Tuple[str, str]]
def __len__(self, /) -> int
def __repr__(self, /) -> str
Return the canonical string representation of this map.
def __setitem__(self, arg0: str, arg1: str, /) -> None