File: search.rst

package info (click to toggle)
python-globus-sdk 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,172 kB
  • sloc: python: 35,227; sh: 44; makefile: 35
file content (31 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Globus Search
=============

.. currentmodule:: globus_sdk

.. autoclass:: SearchClient
   :members:
   :member-order: bysource
   :show-inheritance:
   :exclude-members: error_class

Helper Objects
--------------

.. autoclass:: SearchQueryV1
    :members:
    :show-inheritance:

.. autoclass:: SearchScrollQuery
   :members:
   :show-inheritance:

Client Errors
-------------

When an error occurs, a :class:`SearchClient` will raise this specialized type of
error, rather than a generic :class:`GlobusAPIError`.

.. autoclass:: SearchAPIError
   :members:
   :show-inheritance: