MCPcopy
hub / github.com/insanum/gcalcli / debug_msg

Method debug_msg

gcalcli/printer.py:96–97  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

94 self.msg(msg, 'brightred', file=sys.stderr)
95
96 def debug_msg(self, msg):
97 self.msg(msg, 'yellow', file=sys.stderr)
98
99 def art_msg(self, arttag, colorname, file=sys.stdout):
100 """Wrapper for easy emission of the calendar borders"""

Callers 7

test_debug_msgFunction · 0.95
test_conky_debug_msgFunction · 0.95
mainFunction · 0.95
parse_cal_namesFunction · 0.80
set_resolved_calendarsFunction · 0.80
SetupAuthMethod · 0.80
ImportICSMethod · 0.80

Calls 1

msgMethod · 0.95

Tested by 2

test_debug_msgFunction · 0.76
test_conky_debug_msgFunction · 0.76