mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Bump mypy to 0.981 (#8796)
This commit is contained in:
@@ -41,6 +41,9 @@ class _EntryPointBase(NamedTuple):
|
||||
|
||||
class EntryPoint(_EntryPointBase):
|
||||
pattern: ClassVar[Pattern[str]]
|
||||
if sys.version_info >= (3, 11):
|
||||
def __init__(self, name: str, value: str, group: str) -> None: ...
|
||||
|
||||
def load(self) -> Any: ... # Callable[[], Any] or an importable module
|
||||
@property
|
||||
def extras(self) -> list[str]: ...
|
||||
|
||||
Reference in New Issue
Block a user