MCPcopy Index your code
hub / github.com/python/cpython / 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#
145class CookieError(Exception):
146 pass
147
148
149# These quoting routines conform to the RFC2109 specification, which in

Callers 7

__setitem__Method · 0.85
setdefaultMethod · 0.85
updateMethod · 0.85
setMethod · 0.85
__setstate__Method · 0.85
js_outputMethod · 0.85
outputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…