MCPcopy Index your code
hub / github.com/python/cpython / LoadError

Class LoadError

Lib/http/cookiejar.py:1775–1775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773
1774# derives from OSError for backwards-compatibility with Python 2.4.0
1775class LoadError(OSError): pass
1776
1777class FileCookieJar(CookieJar):
1778 """CookieJar that can be loaded from and saved to a file."""

Callers 2

_really_loadMethod · 0.85
_really_loadMethod · 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…