mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 09:27:38 +08:00
Mark first argument of __[get|set|del]attr__ as str (#9245)
This commit is contained in:
@@ -10,5 +10,5 @@ class DeprecationProxy(types.ModuleType):
|
||||
module: Any
|
||||
aliases: Any
|
||||
def __init__(self, module, aliases) -> None: ...
|
||||
def __getattr__(self, name): ...
|
||||
def __getattr__(self, name: str): ...
|
||||
def resolve(self, target): ...
|
||||
|
||||
Reference in New Issue
Block a user