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

Method format

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

Source from the content-addressed store, hash-verified

28 return date.strftime(datefmt)
29
30 def format(self, record):
31 record = _shorten_name_of_logrecord(record)
32 return super().format(record)
33
34
35file_formatter = LogFormatterForFiles(fmt="%(asctime)22s | %(levelname)8s | %(name)s | %(message)s")

Callers 15

setup.pyFile · 0.45
install_ghostFunction · 0.45
push_locale.pyFile · 0.45
mainFunction · 0.45
rename_config_keysMethod · 0.45
convert_version_2Method · 0.45
get_config_versionMethod · 0.45
get_report_stringMethod · 0.45
get_statusMethod · 0.45
follow_chain_given_idMethod · 0.45
to_strMethod · 0.45
add_next_entryMethod · 0.45

Calls 1

Tested by 3

test_shachain_storeMethod · 0.36
test_slip39_vectorsMethod · 0.36
test_var_intMethod · 0.36