File: requests_cache.session.md

package info (click to toggle)
python-requests-cache 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,024 kB
  • sloc: python: 7,029; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Session
```{eval-rst}
.. automodule:: requests_cache.session

.. autosummary::
   :nosignatures:

   CachedSession
   CacheMixin

.. Show inherited method docs on CachedSession instead of CachedMixin
.. autoclass:: CachedSession
    :show-inheritance:
    :inherited-members:

.. autoclass:: CacheMixin
```