eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py@385f60c94548
eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py
Sat, 10 Apr 2021 18:31:17 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 10 Apr 2021 18:31:17 +0200
- changeset 8217
- 385f60c94548
- parent 8166
-
bd5cd5858503
- permissions
- -rw-r--r--
Applied some more code simplifications suggested by the new Simplify checker.
# -*- 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.
"""