Home | History | Annotate | Download | only in tools

Lines Matching refs:arg_s

790         arg_s     = str(self.arg)
794 return "%s(%s)" % (self.opstr,arg_s)
796 return "%s%s" % (self.opstr, arg_s)