Path 1: 70 calls (1.0)
→ value Dict (46) Instance (12) List (10) Const (2)
↩ return True (67) False (3)
1def _supports_setitem_protocol(value: nodes.NodeNG) -> bool: 2 return _supports_protocol_method(value, SETITEM_METHOD)