class
ChemLinkMapContents
- Reference
Methods
- def items(self, /) -> typing.Iterator[typing.Tuple[str, ChemLink]]
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, /) -> ChemLink
- def __init__(self, /) -> None
- def __iter__(self, /) -> typing.Iterator[typing.Tuple[str, ChemLink]]
- def __len__(self, /) -> int
- def __setitem__(self, arg0: str, arg1: ChemLink, /) -> None