Return ``True`` when Python responses on ``r`` use the previous RESP3 callback shapes (``protocol=3`` with ``legacy_responses=True``).
(r)
| 879 | |
| 880 | |
| 881 | def expects_resp3_shape(r): |
| 882 | class="st">"""Return ``True`` when Python responses on ``r`` use the previous RESP3 |
| 883 | callback shapes (``protocol=3`` with ``legacy_responses=True``).class="st">""" |
| 884 | return expected_response_shape(r) == class="st">"legacy_resp3" |
| 885 | |
| 886 | |
| 887 | def expects_unified_shape(r): |
no test coverage detected