pwd
python-mode
Simics Reference Manual
/
3 Commands
/
3.2 Command List
/
python
Synopsis
python
"exp"
`
exp
`
Description
Evaluates
exp
as a statement or expression in Python and returns the result of any. For example:
$all_objects = (python "list(SIM_object_iterator(None))")
Provided By
Simics Core
See Also
@
,
run-python-file
,
python-mode
pwd
python-mode