Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dpstat.py234 keepcols, argument
263 if type(keepcols) not in [ListType, TupleType]:
264 keepcols = [keepcols]
269 if keepcols == []:
291 values = colex(listoflists, keepcols)
295 if type(keepcols) not in [ListType, TupleType]:
296 keepcols = [keepcols]
300 tmprows = linexand(listoflists, keepcols, item)
782 def acollapse(a, keepcols, collapsecols, fcn1=None, fcn2=None, cfcn=None): argument
798 if type(keepcols) not in [ListType, TupleType, N.ndarray]:
[all …]