dbrattli / dbrattli/Expression
Async methods
Open
enhancement
- Dominant language
- Python
- Stars
- 775
- Forks
- 38
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
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),
)
Contributor guide
Assessment
This issue has not been assessed yet.