MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / init

Method init

pager/test_pager_code.py:133–139  ·  view source on GitHub ↗

Initialize pager hardware.

(self)

Source from the content-addressed store, hash-verified

131
132 # ========== INIT/CLEANUP ==========
133 def init(self):
134 """Initialize pager hardware."""
135 self._initialized = True
136 self._start_time = time.time()
137 if VERBOSE:
138 print("[MockPager] init() called")
139 return 0
140
141 def cleanup(self):
142 """Clean up hardware resources."""

Callers 1

run_testsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected