a few more allowlist entries moved to don't fix (#13236)

This commit is contained in:
Stephen Morton
2024-12-13 14:59:47 -08:00
committed by GitHub
parent 22e0699ac9
commit 364fd7d18f
2 changed files with 9 additions and 6 deletions

View File

@@ -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: ...