Isolation
isolation
ProfileIsolation
Bases: BaseModel
Resolved state paths and their isolation verdict for one profile.
Source code in packages/axm-config/src/axm_config/isolation.py
is_isolated(root, paths)
Return whether every named path is contained by the root.
Source code in packages/axm-config/src/axm_config/isolation.py
profile_isolation(profile=None)
Resolve a profile's state paths without creating filesystem entries.