integ/tools/vm-topology/vm-topology/vm_topology/exec
Sun Austin 4d9e712c78 Fix: "tuple_params" issue for Python 2/3 compatible code
change "lambda (i, x): i - x" to "lambda i_x: i_x[0] - i_x[1]"
change "def func((tuple))" to "def func(params): (tup_params) = params"

Story: 2002909
Task: 24568

Change-Id: I071be0ab525a580fe6ef201c4f71fa92e8b8b09b
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-12-26 09:19:59 +08:00
..
__init__.py Internal restructuring of stx-integ 2018-08-01 10:06:31 -04:00
vm_topology.py Fix: "tuple_params" issue for Python 2/3 compatible code 2018-12-26 09:19:59 +08:00