Path 1: 140 calls (1.0)

List (42) Dict (28) Const (25) Instance (17) Tuple (13) ClassDef (6) Set (5) FrozenSet (3) Generator (1)

True (118) False (22)

1def _supports_membership_test_protocol(value: nodes.NodeNG) -> bool:
2    return _supports_protocol_method(value, CONTAINS_METHOD)