Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ CookieError
Class
CookieError
Lib/http/cookies.py:145–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
# Define an exception visible to External modules
144
#
145
class
CookieError(Exception):
146
pass
147
148
149
# These quoting routines conform to the RFC2109 specification, which in
Callers
5
__setitem__
Method · 0.85
setdefault
Method · 0.85
update
Method · 0.85
set
Method · 0.85
output
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected