(self)
| 470 | self._iter_functor_getter = iter_functor_getter or _ffi_api.MapForwardIterFunctor |
| 471 | |
| 472 | def __len__(self) -> int: |
| 473 | return len(self._backend_map) |
| 474 | |
| 475 | def __iter__(self) -> Iterator[V]: |
| 476 | size = len(self._backend_map) |
nothing calls this directly
no outgoing calls
no test coverage detected