| 1773 | |
| 1774 | # derives from OSError for backwards-compatibility with Python 2.4.0 |
| 1775 | class LoadError(OSError): pass |
| 1776 | |
| 1777 | class FileCookieJar(CookieJar): |
| 1778 | """CookieJar that can be loaded from and saved to a file.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…