eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py@cc717c2ae956
eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py
Thu, 15 Apr 2021 18:11:24 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Thu, 15 Apr 2021 18:11:24 +0200
- changeset 8243
- cc717c2ae956
- parent 8166
-
bd5cd5858503
- permissions
- -rw-r--r--
Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 2).
# -*- 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.
"""