Use case
No Results
Framework
No Results
Owner
Python/Eliminate Async Io
This codemod transforms an asynchronous Python code into synchronous code by removing or modifying specific
async
andawait
patterns.
This codemod transforms an asynchronous Python code into synchronous code by removing or modifying specific async
and await
patterns.