Files
PyGithub/codegen/templates/GithubObject.AttributeValue.complex.list.py
T

4 lines
251 B
Python

[
{% if attribute.type.name != class.name %}{{ attribute.type.name }}.{% endif %}{{ attribute.type.name }}( self._requester, element, completed = False )
for element in attributes[ "{{ attribute.name }}" ]
]