MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / emit

Method emit

Lib/logging/__init__.py:839–879  ·  view source on GitHub ↗

Emit a record. If a formatter is specified, it is used to format the record. The record is then written to the stream with a trailing newline. If exception information is present, it is formatted using traceback.print_exception and appended to the stream.

(self, record)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

flushMethod · 0.95
getattrFunction · 0.85
formatMethod · 0.45
writeMethod · 0.45
encodeMethod · 0.45
handleErrorMethod · 0.45

Tested by

no test coverage detected