Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dstats.py758 def ltrim1(l, proportiontocut, tail='right'): function
1951 trim1 = Dispatch((ltrim1, (ListType, TupleType)),)
4438 trim1 = Dispatch((ltrim1, (ListType, TupleType)), (atrim1, (N.ndarray,)))