Home | History | Annotate | Download | only in Parser

Lines Matching refs:atype

261             argstr = ", ".join(["%s %s" % (atype, aname)

262 for atype, aname, opt in args])
284 argstr = ", ".join(["%s %s" % (atype, aname)
285 for atype, aname, opt in args + attrs])