uriyyo / async-eval

🧬 python eval async code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async-eval

from async_eval import eval


async def foo() -> int:
    return 10


print(eval("await foo()"))

About

🧬 python eval async code

License:MIT License


Languages

Language:Python 100.0%