Path 1: 19 calls (1.0)
→ value Instance (11) Dict (5) List (3)
↩ return True (18) False (1)
1def _supports_delitem_protocol(value: nodes.NodeNG) -> bool: 2 return _supports_protocol_method(value, DELITEM_METHOD)