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

branch
eric7
changeset 10373
093dcebe5ecb
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10372:1444b4bee64b 10373:093dcebe5ecb
194 list of codes 194 list of codes
195 @rtype dict 195 @rtype dict
196 """ 196 """
197 return { 197 return {
198 "Call": [ 198 "Call": [
199 (checkBlacklist, tuple(_blacklists.keys())), 199 (checkBlacklist, tuple(_blacklists)),
200 ], 200 ],
201 } 201 }
202 202
203 203
204 def checkBlacklist(reportError, context, config): # noqa: U100 204 def checkBlacklist(reportError, context, config): # noqa: U100

eric ide

mercurial