Searched refs:_ord_to_str (Results 1 – 1 of 1) sorted by relevance
321 splitpoints = [_ord_to_str(start_ord, weights)]328 splitpoints.append(_ord_to_str(point, weights))329 end_str = _ord_to_str(end_ord, weights)376 def _ord_to_str(ordinal, weights): function