Method: pylint.checkers.utils._supports_membership_test_protocol
Calls: 140, Exceptions: 0, Paths: 1Back
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)