mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 03:52:19 +08:00
Mark first argument of __[get|set|del]attr__ as str (#9245)
This commit is contained in:
@@ -15,7 +15,7 @@ class DYNAMIC_TIME_ZONE_INFORMATION(_SimpleStruct): ...
|
||||
|
||||
class TimeZoneDefinition(DYNAMIC_TIME_ZONE_INFORMATION):
|
||||
def __init__(self, *args, **kwargs) -> None: ...
|
||||
def __getattribute__(self, attr): ...
|
||||
def __getattribute__(self, attr: str): ...
|
||||
@classmethod
|
||||
def current(cls): ...
|
||||
def set(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user