MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / emit

Method emit

src/summarycode/classify_plugin.py:39–44  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

37 _use_stderr = True
38
39 def emit(self, record):
40 try:
41 msg = self.format(record)
42 click.echo(msg, err=self._use_stderr)
43 except Exception:
44 self.handleError(record)
45
46 logger = logging.getLogger(__name__)
47 logger.handlers = [ClickHandler()]

Callers 8

loadSelfFunction · 0.80
mail_app.jsFile · 0.80
finishSyncFunction · 0.80
onL10nLoadedFunction · 0.80
setReadyFunction · 0.80
warningFunction · 0.80
errorFunction · 0.80
onManifestInjectedFunction · 0.80

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected