MCPcopy Index your code
hub / github.com/spesmilo/electrum / emit

Method emit

electrum/logging.py:106–109  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

104 self.release()
105
106 def emit(self, record):
107 self.num_messages_seen += 1
108 if len(self.buffer) < self.max_size:
109 super().emit(record)
110
111 def close(self) -> None:
112 # Check if captured log lines were never to dumped to e.g. stderr,

Callers 15

update_statusMethod · 0.80
query_choiceMethod · 0.80
yes_no_questionMethod · 0.80
show_messageMethod · 0.80
show_errorMethod · 0.80
finishedMethod · 0.80
get_wordMethod · 0.80
get_passphraseMethod · 0.80
on_event_channelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected