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

changeset 7862
817ef8e0fa66
parent 7637
c878e8255972
child 7923
91e843545d9a
equal deleted inserted replaced
7861:3d48094ba8e1 7862:817ef8e0fa66
144 return self.__context.get('node') 144 return self.__context.get('node')
145 145
146 @property 146 @property
147 def stringVal(self): 147 def stringVal(self):
148 """ 148 """
149 Public method to get the value of a standalone unicode or string 149 Public method to get the value of a standalone string object.
150 object. 150
151 151 @return value of a standalone string object
152 @return value of a standalone unicode or string object
153 @rtype str 152 @rtype str
154 """ 153 """
155 return self.__context.get('str') 154 return self.__context.get('str')
156 155
157 @property 156 @property

eric ide

mercurial