ValueExpression.get_dests()
Returns the list of Value objects representing the destination(s) of the value expression. This function returns the list to accommodate cases like'a = b = c= 5',where the destinations are[a, b, c].
get_dests() → APIList[Value | NoneObject]
Last updated