Function simics::api::simulator::python::_run_python

source ยท
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.