MCPcopy Create free account
hub / github.com/ActiveState/code / print_log

Method print_log

recipes/Python/577280_Holiday_Leave/recipe-577280.py:68–75  ·  view source on GitHub ↗

Show the view.

(cls)

Source from the content-addressed store, hash-verified

66
67 @classmethod
68 def print_log(cls):
69 """
70 Show the view.
71 """
72 for _tuple in Log.history:
73 print '\t'.join(_tuple)
74 print '---------------------------'
75 print '\t\t ==', Log.holidays()
76
77 @classmethod
78 def save_log(cls):

Callers 1

__call__Method · 0.45

Calls 2

holidaysMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected