read_file
AsyncMethod
This is a method of the SandboxProtocol class in the protocols module.Read a file from the sandbox.
Signature
Parameters
Path within sandbox
Returns
File content or None if not found
Read a file from the sandbox.
This is a method of the SandboxProtocol class in the protocols module.Read a file from the sandbox.
async def read_file(path: str) -> Optional[Union[str, bytes]]