mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
a few more allowlist entries moved to don't fix (#13236)
This commit is contained in:
@@ -182,6 +182,8 @@ class Values:
|
||||
def ensure_value(self, attr: str, value): ...
|
||||
def read_file(self, filename: str, mode: str = "careful") -> None: ...
|
||||
def read_module(self, modname: str, mode: str = "careful") -> None: ...
|
||||
# __getattr__ doesn't exist, but anything passed as a default to __init__
|
||||
# is set on the instance.
|
||||
def __getattr__(self, name: str): ...
|
||||
def __setattr__(self, name: str, value, /) -> None: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user