Correct builtins.help (#6571)

This commit is contained in:
Alex Waygood
2021-12-12 15:09:34 +00:00
committed by GitHub
parent c7efc3741e
commit a774e52fae

View File

@@ -1070,7 +1070,7 @@ def getattr(__o: object, __name: str, __default: _T) -> Any | _T: ...
def globals() -> dict[str, Any]: ...
def hasattr(__obj: object, __name: str) -> bool: ...
def hash(__obj: object) -> int: ...
def help(*args: Any, **kwds: Any) -> None: ...
def help(request: object = ...) -> None: ...
def hex(__number: int | SupportsIndex) -> str: ...
def id(__obj: object) -> int: ...
def input(__prompt: object = ...) -> str: ...