summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/devdocs/Gjs/_staticmethods.tmpl
blob: dcd542e103af6972f2079d735dc5b9809feac134 (plain)
1
2
3
4
<%namespace name="method" file="_method.tmpl"/>
% for m in getattr(node, 'static_methods', []) + getattr(node, 'constructors', []):
  ${method.method(m, static=True)}
% endfor