Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dexceptions.py82 def format_exception(etype, value, tb, context=1, limit=None, formatter=None): function
H A Dmsg.py94 formatted = bb.exceptions.format_exception(etype, value, tb, limit=5)
H A Devent.py761 record.bb_exc_formatted = bb.exceptions.format_exception(etype, value, tb, limit=5)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dteamcity.py107 formatted = bb.exceptions.format_exception(etype, value, tb, limit=5)