Files
PyGithub/codegen/templates/GithubObject.AttributeValue.simple.py
T

1 line
158 B
Python

{% if attribute.type.name == "datetime" %}self._parseDatetime( attributes[ "{{ attribute.name }}" ] ){% else %}attributes[ "{{ attribute.name }}" ]{% endif %}