mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add __all__ to modules beginning with 'm' (#7330)
This commit is contained in:
@@ -2,6 +2,8 @@ from typing import Mapping, Sequence, Union
|
||||
|
||||
_Cap = dict[str, Union[str, int]]
|
||||
|
||||
__all__ = ["getcaps", "findmatch"]
|
||||
|
||||
def findmatch(
|
||||
caps: Mapping[str, list[_Cap]], MIMEtype: str, key: str = ..., filename: str = ..., plist: Sequence[str] = ...
|
||||
) -> tuple[str | None, _Cap | None]: ...
|
||||
|
||||
Reference in New Issue
Block a user