Ask a question to get started
Enter to send•Shift+Enter new line
agrep( self, pattern: str, path: str | None = None, glob: str
Async version of grep, with optional surrounding context lines.
grep
As in the base agrep, the async timeout bounds how long the caller waits; it does not stop the worker thread spawned by asyncio.to_thread.
agrep
asyncio.to_thread