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

4 lines
274 B
Python

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