eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
child 8221
0572a215bd2f
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
22 import AstUtilities 22 import AstUtilities
23 23
24 from . import SecurityUtils 24 from . import SecurityUtils
25 25
26 26
27 class SecurityContext(object): 27 class SecurityContext:
28 """ 28 """
29 Class implementing a context class for security related checks. 29 Class implementing a context class for security related checks.
30 """ 30 """
31 def __init__(self, contextObject=None): 31 def __init__(self, contextObject=None):
32 """ 32 """

eric ide

mercurial