Skip to content

Surendra9123/async-eval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-eval

from async_eval import eval


async def foo() -> int:
    return 10


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

About

🧬 python eval async code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%