src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/AsyncVisitor.py

branch
eric7
changeset 10439
21c28b0f9e41
parent 10175
57ed3cb66e9a
child 11090
f5f5f5803935
equal deleted inserted replaced
10438:4cd7e5a8b3cf 10439:21c28b0f9e41
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2023 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a node visitor to check async functions for use of synchronous 7 Module implementing a node visitor to check async functions for use of synchronous
8 functions. 8 functions.

eric ide

mercurial