(self)
| 346 | return self._data[key] |
| 347 | |
| 348 | def __len__(self) -> int: |
| 349 | return len(self._priority) |
| 350 | |
| 351 | def __repr__(self): |
| 352 | return '<{}({})>'.format(self.__class__.__name__, list(self)) |
nothing calls this directly
no outgoing calls
no test coverage detected