File indexing completed on 2025-02-09 04:28:27

0001 {% for arg in method.args %}{% comment %}
0002 {% endcomment %}{{ arg.name }}{% if default and arg.default %} = {{ arg.default }}{% endif %}{% comment %}
0003   Add a comma between the arguments, except after the last one:
0004   {% endcomment %}{% if not forloop.last %}, {% endif %}{% endfor %}