We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is there a way to use epression on async methods like:
async def enrich_inputs(a): return a*2
a = await Seq.of(graph_connections).pipe( seq.map(enrich_inputs), )