blob: 6450193fc3ebfe37d185c514b8d600cc9ea6dd51 [file] [log] [blame]
Brad Bishopcab2bdd2017-01-21 15:00:54 -05001${'::'.join(method.namespace + [method.name])}\
2% if method.templates:
3<${(',\n' + indent(1)).join([t.qualified() for t in method.templates])}>\
4% endif
5(\
6% if method.args:
7
8${indent(1)}${(',\n' + indent(1)).join([arg.argument(loader, indent=indent +1) for arg in method.args])})\
9% endif