We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea3448 commit 9c64603Copy full SHA for 9c64603
1 file changed
packages/python-sdk/e2b/sandbox_async/main.py
@@ -168,7 +168,7 @@ async def create(
168
secure: Optional[bool] = None,
169
allow_internet_access: Optional[bool] = True,
170
**opts: Unpack[ApiParams],
171
- ):
+ ) -> "AsyncSandbox":
172
"""
173
Create a new sandbox.
174
@@ -234,7 +234,7 @@ async def connect(
234
cls,
235
sandbox_id: str,
236
237
238
239
Connect to an existing sandbox.
240
With a sandbox ID, you can connect to the same sandbox from different places or environments (serverless functions, etc.).
0 commit comments