Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dutil.py7 _MAX_LENGTH = 80 variable
13 if not short or len(result) < _MAX_LENGTH:
15 return result[:_MAX_LENGTH] + ' [truncated]...'