Home | History | Annotate | Download | only in python

Lines Matching refs:farg

159     for f in sorted(self.funcs, key=lambda a: (a.func, a.farg)):
161 farg=f.farg)
172 public static void {fname}(String s, {farg} v) {{
174 System.out.printf("%s-{invoke_type:<9} {farg:>9}.{callfunc}()='%s'\\n", s, v.{callfunc}());
177 System.out.printf("%s-{invoke_type} on {farg}: {callfunc}() threw exception!\\n", s);
183 def __init__(self, func, farg, invoke):
188 self.farg = farg
195 return "Test_Func_{}_{}_{}".format(self.func, self.farg, self.invoke)
202 farg=self.farg,