snapshot296%python.module
fault.vector

Parsing and serialization functions for system argument vector snapshots.

string
import

parse291%
function
tuple[ list[tuple[str, str]], str, list[str] ]

parse(text)

Parse a System Execution Plan string into structured environment settings, executable path, and command arguments.

serialize0
function
str

serialize(triple)

Serialize the environment, execution path, and command arguments into a string.