(self)
| 295 | def update(self, **kwargs: _V) -> None: ... |
| 296 | def pop(self, x: int) -> _K: pass |
| 297 | def keys(self) -> Iterable[_K]: pass |
| 298 | def values(self) -> Iterable[_V]: pass |
| 299 | def items(self) -> Iterable[Tuple[_K, _V]]: pass |
| 300 | def clear(self) -> None: pass |
no outgoing calls