Files
opensearch-pyd/utils/templates/base_pyi
T
2020-09-28 15:49:14 -05:00

3 lines
135 B
Plaintext

async def {{ api.name }}(self, {% include "func_params_pyi" %}) -> {% if api.method == 'HEAD' %}bool{% else %}Any{% endif %}: ...