Lines Matching refs:keepcols
234 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]:
799 keepcols = [keepcols]
805 if keepcols == []:
822 if type(keepcols) not in [ListType, TupleType, N.ndarray]:
823 keepcols = [keepcols]
824 values = colex(a, keepcols) # so that "item" can be appended (below)
831 tmprows = alinexand(a, keepcols, item)