(self)
| 181 | return self.matcher(key[len(IDENT_PREFIX) :]) |
| 182 | |
| 183 | def __iter__(self) -> Iterator[str]: |
| 184 | raise NotImplementedError() |
| 185 | |
| 186 | def __len__(self) -> int: |
| 187 | raise NotImplementedError() |
nothing calls this directly
no outgoing calls
no test coverage detected