Path 1: 307 calls (1.0)
→ value Dict (98) List (87) Instance (78) Tuple (23) Const (11) ClassDef (10)
↩ return True (286) False (21)
1def _supports_getitem_protocol(value: nodes.NodeNG) -> bool: 2 return _supports_protocol_method(value, GETITEM_METHOD)