eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py@de2ebf20d822
eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py
Thu, 15 Apr 2021 16:50:23 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Thu, 15 Apr 2021 16:50:23 +0200
- changeset 8241
- de2ebf20d822
- parent 8166
-
bd5cd5858503
- permissions
- -rw-r--r--
SimplifyNodeVisitor: fixed an issue in the Y105 message for multiple exceptions.
# -*- coding: utf-8 -*-
# Copyright (c) 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the checker for functions that can be replaced by use of
the pathlib module.
"""