Path 1: 7 calls (1.0)

AsyncGenerator (5) Instance (2)

True (7)

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