Files
opensearch-pyd/utils/templates/base_pyi
T

3 lines
135 B
Plaintext

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