eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/__init__.py@14470a65a52e
eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/__init__.py
Sat, 10 Apr 2021 12:34:29 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 10 Apr 2021 12:34:29 +0200
- changeset 8209
- 14470a65a52e
- parent 7923
-
91e843545d9a
- permissions
- -rw-r--r--
Code Style Checker
- added a check to help simplifying 'super(Foo, self)' to just 'super()'
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the code complexity checker.
"""