📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-03 10:26:17
📂
/ (Root)
/
usr
/
lib
/
python3
/
dist-packages
/
requests_toolbelt
/
cookies
📍 /usr/lib/python3/dist-packages/requests_toolbelt/cookies
🔄 Refresh
✏️
Editing: forgetful.py
Read Only
"""The module containing the code for ForgetfulCookieJar.""" from requests.cookies import RequestsCookieJar class ForgetfulCookieJar(RequestsCookieJar): def set_cookie(self, *args, **kwargs): return
💾 Save Changes
❌ Cancel