Function simics::api::simulator::python::run_python

source ยท
pub fn run_python<S>(line: S) -> Result<AttrValue>
where S: AsRef<str>,
Expand description

Run (by eval-ing) python code in the simulator context. The result is returned as an AttrValue, which is typed according to the python command run.