src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/requestWithoutTimeout.py

branch
eric7
changeset 11090
f5f5f5803935
parent 10996
a3dc181d14e1
child 11136
437db2f032fd
equal deleted inserted replaced
11089:ce73f15bbea5 11090:f5f5f5803935
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2022 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2022 - 2025 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing checks for using 'requests' or 'httpx' calls without timeout. 7 Module implementing checks for using 'requests' or 'httpx' calls without timeout.
8 """ 8 """

eric ide

mercurial