DEBSOURCES
Skip Quicknav
sources / python-graphene / 2.1.9-1 / graphene / utils / thenables_asyncio.py
12345
def await_and_execute(obj, on_resolve): async def build_resolve_async(): return on_resolve(await obj) return build_resolve_async()