Value.get_vars()
Returns a list of all VarValue objects of current value.
Last updated
Returns a list of all VarValue objects of current value.
Last updated
get_vars() ->
APIList
[
VarValue
]
The function returns all the VarValues used (read/written) inside the Value.
It returns VarValues for state, local and global variables and arguments, basically combining the calls to get_state_vars, get_local_vars, get_global_vars and get_arg_vars.