comparison: eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py
eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py
- changeset 8207
- d359172d11be
- parent 8198
- 1c765dc90c21
- child 8218
- 7c09585bd960
equal
deleted
inserted
replaced
10 |
10 |
11 import ast |
11 import ast |
12 import copy |
12 import copy |
13 |
13 |
14 |
14 |
15 class PathlibChecker(object): |
15 class PathlibChecker: |
16 """ |
16 """ |
17 Class implementing a checker for functions that can be replaced by use of |
17 Class implementing a checker for functions that can be replaced by use of |
18 the pathlib module. |
18 the pathlib module. |
19 """ |
19 """ |
20 Codes = [ |
20 Codes = [ |