eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoXssVulnerability.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
child 8220
006ee31b4835
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
111 "M", 111 "M",
112 "H" 112 "H"
113 ) 113 )
114 114
115 115
116 class DeepAssignation(object): 116 class DeepAssignation:
117 """ 117 """
118 Class to perform a deep analysis of an assign. 118 Class to perform a deep analysis of an assign.
119 """ 119 """
120 def __init__(self, varName, ignoreNodes=None): 120 def __init__(self, varName, ignoreNodes=None):
121 """ 121 """

eric ide

mercurial