summaryrefslogtreecommitdiff
path: root/requests_cache/patcher.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-20 17:08:23 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-20 18:32:19 -0500
commit6a672b1b7016fd642ef170b71d946cc4060ce8f9 (patch)
tree8223c3609bc85b291f5fe6e818b9612d2b4ba436 /requests_cache/patcher.py
parent19633fd2cb68a648a91671169287ab512f228ffb (diff)
downloadrequests-cache-6a672b1b7016fd642ef170b71d946cc4060ce8f9.tar.gz
Move autosummaries to module docstrings instead of template, to make them easier to customize
Diffstat (limited to 'requests_cache/patcher.py')
-rw-r--r--requests_cache/patcher.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/requests_cache/patcher.py b/requests_cache/patcher.py
index 9b906a7..85f8908 100644
--- a/requests_cache/patcher.py
+++ b/requests_cache/patcher.py
@@ -1,7 +1,11 @@
"""Utilities for patching ``requests``.
-.. warning:: These functions are not thread-safe. Use :py:class:`.CachedSession` directly if you
- want to use caching in a multi-threaded environment.
+.. warning:: These functions are not thread-safe. Use :py:class:`.CachedSession` if you want to use
+ caching in a multi-threaded environment.
+
+.. automodsumm:: requests_cache.patcher
+ :functions-only:
+ :nosignatures:
"""
from contextlib import contextmanager
from logging import getLogger