Skip to content
Open
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from _weakrefset import WeakSet


def abstractmethod(funcobj):
def abstractmethod(funcobj, a, b, c, d, e, f, g, h):
"""A decorator indicating abstract methods.

Requires that the metaclass is ABCMeta or derived from it. A
Expand Down