Lines Matching refs:arglist
169 rettype, fullname, arglist, _const = m.groups()
170 arglist = arglist.strip()
171 if rettype or not arglist:
174 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup
175 arglist = [a.strip() for a in arglist.split(",")]
178 if len(arglist[0].split(" ")) > 1:
186 for argname in arglist: