eric6/Plugins/CheckerPlugins/CodeStyleChecker/__init__.py@0e8d3b0c4889
eric6/Plugins/CheckerPlugins/CodeStyleChecker/__init__.py
Tue, 09 Jul 2019 19:08:24 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 09 Jul 2019 19:08:24 +0200
- changeset 7057
- 0e8d3b0c4889
- parent 6942
-
2602857055c5
- child 7360
-
9190402e4505
- permissions
- -rw-r--r--
MiscellaneousChecker: changed code to cope with some strange situation where the arguments of a function definition don't have the kw_defaults attribute (AST).
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containing the code style checker and fixer plug-in.
"""