mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
8 lines
212 B
Python
8 lines
212 B
Python
{% if method.isMutation %}
|
|
self._useAttributes( data )
|
|
{% else %}
|
|
{% if method.type.name != "void" %}
|
|
return {% include "GithubObject.MethodBody.ReturnValue.py" %}
|
|
{% endif %}
|
|
{% endif %}
|