Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py436 def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, argument
443 if exc_msg is not None and not exc_msg.endswith('\n'):
444 exc_msg += '\n'
452 self.exc_msg = exc_msg
585 (source, options, want, exc_msg) = \
589 output.append( Example(source, want, exc_msg,
662 exc_msg = m.group('msg')
664 exc_msg = None
669 return source, options, want, exc_msg
1276 exc_msg = traceback.format_exception_only(*exc_info[:2])[-1]
[all …]