Files
PyGithub/codegen/templates/GithubObject.MethodBody.CheckResult.py
T

4 lines
93 B
Python

{% if method.type.name != "bool" %}
self._checkStatus( status, data )
{% endif %}