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

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
199 (checkBlacklist, tuple(_blacklists.keys())), 199 (checkBlacklist, tuple(_blacklists.keys())),
200 ], 200 ],
201 } 201 }
202 202
203 203
204 def checkBlacklist(reportError, context, config): 204 def checkBlacklist(reportError, context, config): # noqa: U100
205 """ 205 """
206 Function to check for blacklisted method calls. 206 Function to check for blacklisted method calls.
207 207
208 @param reportError function to be used to report errors 208 @param reportError function to be used to report errors
209 @type func 209 @type func

eric ide

mercurial