write_file
AsyncMethod
This is a method of the SandboxProtocol class in the protocols module.Write a file to the sandbox.
Signature
Parameters
Path within sandbox
File content
Returns
True if successful
Write a file to the sandbox.
This is a method of the SandboxProtocol class in the protocols module.Write a file to the sandbox.
async def write_file(path: str, content: Union[str, bytes]) -> bool