MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / __init__

Method __init__

brainworkshop.py:3695–3703  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3693# the information is analyzed by the AnalysisLabel class.
3694class Stats:
3695 def __init__(self):
3696 # set up data variables
3697 self.initialize_session()
3698 self.history = []
3699 self.full_history = [] # not just today
3700 self.sessions_today = 0
3701 self.time_today = 0
3702 self.time_thours = 0
3703 self.sessions_thours = 0
3704
3705 def parse_statsfile(self):
3706 self.clear()

Callers

nothing calls this directly

Calls 1

initialize_sessionMethod · 0.95

Tested by

no test coverage detected