(self, key: object)
| 107 | return RMKeyView(self) |
| 108 | |
| 109 | def _has_key(self, key: object) -> bool: |
| 110 | raise NotImplementedError() |
| 111 | |
| 112 | def _for_freeze(self) -> ResultMetaData: |
| 113 | raise NotImplementedError() |
no outgoing calls
no test coverage detected