Ask a question to get started
Enter to send•Shift+Enter new line
to_async( self, ) -> AsyncSandboxClient
Create an AsyncSandboxClient with the same configuration.
The returned client has its own HTTP connection pool; close it independently (await client.aclose() or async with).
await client.aclose()
async with