Return ``True`` when Python responses on ``r`` use the unified shape (``legacy_responses=False``).
(r)
| 885 | |
| 886 | |
| 887 | def expects_unified_shape(r): |
| 888 | class="st">"""Return ``True`` when Python responses on ``r`` use the unified shape |
| 889 | (``legacy_responses=False``).class="st">""" |
| 890 | return expected_response_shape(r) == class="st">"unified" |
| 891 | |
| 892 | |
| 893 | _UNSET = object() |
no test coverage detected