Path 1: 635 calls (1.0)

{} (452) 42 (13) True (11) 1 (11) 3 (10) dict (9) 2 (9) 'Hello World' (8) {'testing': 42} (7) False (7)

True (498) False (137)

1def check(self, value: t.Any) -> bool:
2        return isinstance(value, dict)