Skip to content
Open
Changes from 11 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):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qlty - function-parameters - Function with many parameters (count = 8): abstractmethod

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qlty - function-parameters - Function with many parameters (count = 8): abstractmethod

"""A decorator indicating abstract methods.

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