Path 1: 635 calls (1.0)
→ value {} (452) 42 (13) True (11) 1 (11) 3 (10) dict (9) 2 (9) 'Hello World' (8) {'testing': 42} (7) False (7)
↩ return True (498) False (137)
1def check(self, value: t.Any) -> bool: 2 return isinstance(value, dict)