File: reference.rst

package info (click to toggle)
requests-ratelimiter 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 448 kB
  • sloc: python: 470; sh: 6; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
API Reference
=============
.. currentmodule:: requests_ratelimiter

.. autosummary::
   :nosignatures:

   LimiterSession
   LimiterAdapter
   LimiterMixin

.. autoclass:: LimiterSession
   :members:
   :show-inheritance:
   :inherited-members:

.. autoclass:: LimiterAdapter
   :members:
   :show-inheritance:
   :inherited-members:

.. autoclass:: LimiterMixin