mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 16:14:24 +08:00
http.cookiejar.MozillaCookieJar.header does not exist in 3.10+ (#8228)
This commit is contained in:
@@ -53,7 +53,8 @@ class FileCookieJar(CookieJar):
|
||||
def revert(self, filename: str | None = ..., ignore_discard: bool = ..., ignore_expires: bool = ...) -> None: ...
|
||||
|
||||
class MozillaCookieJar(FileCookieJar):
|
||||
header: ClassVar[str] # undocumented
|
||||
if sys.version_info < (3, 10):
|
||||
header: ClassVar[str] # undocumented
|
||||
|
||||
class LWPCookieJar(FileCookieJar):
|
||||
def as_lwp_str(self, ignore_discard: bool = ..., ignore_expires: bool = ...) -> str: ... # undocumented
|
||||
|
||||
Reference in New Issue
Block a user