Skip to content

Instantly share code, notes, and snippets.

View carljm's full-sized avatar

Carl Meyer carljm

  • Astral
  • Bellingham, WA
View GitHub Profile
{"version": 1, "file_mapping": {"main.py": "main.py", "pyproject.toml": "pyproject.toml"}}
{"version": 1, "file_mapping": {"main.py": "main.py", "pyproject.toml": "pyproject.toml"}}
{"version": 1, "file_mapping": {"main.py": "main.py", "pyproject.toml": "pyproject.toml"}}
{"version": 1, "file_mapping": {"main.py": "main.py", "pyproject.toml": "pyproject.toml"}}
{"version": 1, "file_mapping": {"main.py": "main.py", "pyproject.toml": "pyproject.toml", "overloaded.pyi": "overloaded.pyi"}}
{"version": 1, "file_mapping": {"main.py": "main.py", "pyproject.toml": "pyproject.toml", "lib.py": "lib.py"}}
{"version": 1, "file_mapping": {"main.py": "main.py", "pyproject.toml": "pyproject.toml"}}
{"dependencies": []}
{"dependencies": []}
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index b2dd32f925e..09396b87245 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1780,6 +1780,13 @@ are always available. They are listed here in alphabetical order.
the second argument is a type, ``issubclass(type2, type)`` must be true (this
is useful for classmethods).
+ When called directly within an ordinary method of a class, both arguments may
+ be omitted ("zero-argument :func:`super`"). In this case, *type* will be the