MCPcopy
hub / github.com/treeverse/dvc / emit_pretty_exception

Method emit_pretty_exception

dvc/logger.py:140–141  ·  view source on GitHub ↗
(self, exc, verbose: bool = False)

Source from the content-addressed store, hash-verified

138 raise LoggingException(record)
139
140 def emit_pretty_exception(self, exc, verbose: bool = False):
141 return exc.__pretty_exc__(verbose=verbose)
142
143 def emit(self, record):
144 """Write to Tqdm's stream so as to not break progress-bars"""

Callers 1

emitMethod · 0.95

Calls 1

__pretty_exc__Method · 0.45

Tested by

no test coverage detected