We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Response
1 parent d3ff3f4 commit 3be05ebCopy full SHA for 3be05eb
1 file changed
packages/dexpace-sdk-core/src/dexpace/sdk/core/http/response/response.py
@@ -25,9 +25,7 @@
25
class Response:
26
"""Immutable HTTP response produced by a transport.
27
28
- Implements the context-manager protocol so callers can
29
-
30
- .. code-block:: python
+ Implements the context-manager protocol so callers can::
31
32
with http_client.execute(request) as response:
33
...
0 commit comments