Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update abc.py #5

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Update abc.py

741a71d
Select commit
Loading
Failed to load commit list.
Open

Update abc.py #5

Update abc.py
741a71d
Select commit
Loading
Failed to load commit list.
qlty-testing / qlty succeeded Jan 11, 2024 in 2m 25s

14 issues found

Analysis results for commit 741a71d

Pull Request has 14 issues found by Qlty.

Issues

/Lib/abc.py - 7 issues
  • function-parameters - Function with many parameters (count = 8): abstractmethod
  • function-parameters - Function with many parameters (count = 7): register
  • function-parameters - Function with many parameters (count = 7): instancecheck
  • function-parameters - Function with many parameters (count = 7): subclasscheck
  • function-parameters - Function with many parameters (count = 5): get_cache_token
  • return-statements - Function with many returns (count = 4): instancecheck
  • return-statements - Function with many returns (count = 7): subclasscheck
/Lib/calendar.py - 7 issues
  • function-parameters - Function with many parameters (count = 6): isleap
  • function-parameters - Function with many parameters (count = 5): getfirstweekday
  • function-parameters - Function with many parameters (count = 5): formatweekheader
  • function-parameters - Function with many parameters (count = 7): formatyear
  • function-parameters - Function with many parameters (count = 9): formatyearpage
  • function-parameters - Function with many parameters (count = 6): init
  • function-parameters - Function with many parameters (count = 7): formatweekday

Stats

Stat Value
Lines of code 794
Total lines 985
Duplicates 3
Maintainability grade A