Empty out the map entirely.
(self)
| 1174 | raise NotImplementedError |
| 1175 | |
| 1176 | def clear(self) -> None: |
| 1177 | """Empty out the map entirely.""" |
| 1178 | |
| 1179 | @overload |
| 1180 | def update(self, __m: _SupportsKeysAndGetItem[KT, VT], **kwargs: VT) -> None: ... |
no outgoing calls