Home
last modified time | relevance | path

Searched refs:cnums (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/cros_utils/
Dpstat.py205 def colex(listoflists, cnums): argument
218 if type(cnums) in [ListType, TupleType]: # if multiple columns to get
219 index = cnums[0]
221 for col in cnums[1:]:
224 elif type(cnums) == StringType: # if an 'x[3:]' type expr.
225 evalstring = 'map(lambda x: x' + cnums + ', listoflists)'
228 index = cnums