Brad Bishop | cab2bdd | 2017-01-21 15:00:54 -0500 | [diff] [blame] | 1 | ${'::'.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 |