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

1 line
180 B
Python

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