mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
mimetypes.MimeTypes.read_windows_registry always exists (#10821)
This commit is contained in:
@@ -53,5 +53,4 @@ class MimeTypes:
|
||||
def guess_all_extensions(self, type: str, strict: bool = True) -> list[str]: ...
|
||||
def read(self, filename: str, strict: bool = True) -> None: ...
|
||||
def readfp(self, fp: IO[str], strict: bool = True) -> None: ...
|
||||
if sys.platform == "win32":
|
||||
def read_windows_registry(self, strict: bool = True) -> None: ...
|
||||
def read_windows_registry(self, strict: bool = True) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user