src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py

branch
eric7
changeset 10507
d1c6608155ef
parent 10439
21c28b0f9e41
child 10996
a3dc181d14e1
equal deleted inserted replaced
10506:321555d0303b 10507:d1c6608155ef
50 interactive use. 50 interactive use.
51 51
52 @return string representation of the object 52 @return string representation of the object
53 @rtype str 53 @rtype str
54 """ 54 """
55 return "<SecurityContext {0}>".formar(self.__context) 55 return "<SecurityContext {0}>".format(self.__context)
56 56
57 @property 57 @property
58 def callArgs(self): 58 def callArgs(self):
59 """ 59 """
60 Public method to get a list of function args. 60 Public method to get a list of function args.

eric ide

mercurial