(self: anon_map, key: _AM_KEY, /)
| 124 | return self._add_missing(key) # type: ignore[no-any-return] |
| 125 | |
| 126 | def __missing__(self: anon_map, key: _AM_KEY, /) -> int: |
| 127 | return self._add_missing(key) # type: ignore[no-any-return] |
nothing calls this directly
no test coverage detected