eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.blackListImports

Module implementing checks for blacklisted imports.

Global Attributes

_blacklists

Classes

None

Functions

checkBlacklist
getChecks Public method to get a dictionary with checks handled by this module.


checkBlacklist

checkBlacklist(reportError, context, config)
Up


getChecks

getChecks()

Public method to get a dictionary with checks handled by this module.

Return:
dictionary containing checker lists containing checker function and list of codes
Return Type:
dict
Up