MCPcopy Create free account
hub / github.com/chatmail/core / sec

Method sec

python/src/deltachat/testplugin.py:697–699  ·  view source on GitHub ↗
(self, msg: str)

Source from the content-addressed store, hash-verified

695
696 class Printer:
697 def sec(self, msg: str) -> None:
698 print()
699 print("=" * 10, msg, "=" * 10)
700
701 def step(self, msg: str) -> None:
702 print("-" * 5, "step " + msg, "-" * 5)

Callers 15

test_message_imageMethod · 0.80
test_message_fileMethod · 0.80
send_and_receive_messageFunction · 0.80
test_html_messageFunction · 0.80
test_webxdc_messageFunction · 0.80
test_forward_messagesFunction · 0.80
test_forward_own_messageFunction · 0.80
test_resend_messageFunction · 0.80
test_long_group_nameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected