mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Remove nearly all __str__ and __repr__ methods from typeshed (#6968)
This commit is contained in:
@@ -70,7 +70,6 @@ class FlagValues:
|
||||
def RegisteredFlags(self) -> list[str]: ...
|
||||
def flag_values_dict(self) -> dict[str, Any]: ...
|
||||
FlagValuesDict = flag_values_dict
|
||||
def __str__(self) -> str: ...
|
||||
def GetHelp(self, prefix: str = ...) -> str: ...
|
||||
def module_help(self, module: ModuleType | str) -> str: ...
|
||||
ModuleHelp = module_help
|
||||
|
||||
Reference in New Issue
Block a user