Path 1: 1 calls (1.0)
→ value None (1)
⚠ exception NotImplementedError (1)
1def check(self, value: t.Any) -> bool: 2 """Check if the given value should be tagged by this tag.""" 3 raise NotImplementedError