MCPcopy Create free account
hub / github.com/Loping151/RoverSign / __init__

Method __init__

RoverSign/utils/sign_state.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 """签到状态管理类"""
21
22 def __init__(self):
23 self.ensure_data_dir()
24
25 @staticmethod
26 def ensure_data_dir():

Callers

nothing calls this directly

Calls 1

ensure_data_dirMethod · 0.95

Tested by

no test coverage detected