eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/__init__.py@17df5c8df8c1
eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/__init__.py
Thu, 01 Apr 2021 19:48:36 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Thu, 01 Apr 2021 19:48:36 +0200
- changeset 8189
- 17df5c8df8c1
- parent 7923
-
91e843545d9a
- permissions
- -rw-r--r--
Code Style Checker
- continued to implement checkers for potential code simplifications
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the code complexity checker.
"""