fabricatio_sandbox.models.sandbox
Data models for the sandbox subpackage.
Classes
Result of a sandboxed operation. |
Module Contents
- class fabricatio_sandbox.models.sandbox.SandboxResult(/, **data: Any)
Bases:
fabricatio_core.models.generic.DisplayResult of a sandboxed operation.
- session
The underlying sandbox session after the operation.
- diff
Per-file unified diffs for all mutations, or
Noneif unchanged.
- applied
Whether
session.apply()was called successfully.
- session: fabricatio_sandbox.rust.SandboxSession