pub fn run_python<S>(line: S) -> Result<AttrValue>where S: AsRef<str>,
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.
AttrValue