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

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8273
698ae46f40a4
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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