src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py

branch
eric7
changeset 9653
e67609152c5e
parent 9595
2bd590c40309
child 10175
57ed3cb66e9a
equal deleted inserted replaced
9652:75881562981b 9653:e67609152c5e
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2021 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2021 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the checker for functions that can be replaced by use of 7 Module implementing the checker for functions that can be replaced by use of
8 the pathlib module. 8 the pathlib module.

eric ide

mercurial