mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
207 B
207 B
{% if type.name != "void" and type.name != "@todo" %}: {% if type.cardinality == "list" %}list of {% endif %}{% if not type.simple %}{% endif %}{{ type.name }}{% if not type.simple %}{% endif %}{% endif %}