Searched refs:_MAX_LENGTH (Results 1 – 1 of 1) sorted by relevance
7 _MAX_LENGTH = 80 variable13 if not short or len(result) < _MAX_LENGTH:15 return result[:_MAX_LENGTH] + ' [truncated]...'