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

branch
eric7
changeset 11090
f5f5f5803935
parent 10439
21c28b0f9e41
child 11142
2f0fb22c1d63
equal deleted inserted replaced
11089:ce73f15bbea5 11090:f5f5f5803935
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2021 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2021 - 2025 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