File: responses.rst

package info (click to toggle)
python-globus-sdk 3.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,032 kB
  • sloc: python: 34,226; sh: 44; makefile: 31
file content (20 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Responses
=========

Unless noted otherwise, all method return values for Globus SDK Clients are
``GlobusHTTPResponse`` objects.

To customize client methods with additional detail, the SDK uses subclasses of
``GlobusHTTPResponse``.

.. autoclass:: globus_sdk.response.GlobusHTTPResponse
   :members:
   :show-inheritance:

.. autoclass:: globus_sdk.response.IterableResponse
   :members:
   :show-inheritance:

.. autoclass:: globus_sdk.response.ArrayResponse
   :members:
   :show-inheritance: