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

Method init

pager/pagerctl.py:296–301  ·  view source on GitHub ↗

Initialize pager hardware. Call before any other functions.

(self)

Source from the content-addressed store, hash-verified

294
295 # Initialization
296 def init(self):
297 """Initialize pager hardware. Call before any other functions."""
298 result = _lib.pager_init()
299 if result == 0:
300 self._initialized = True
301 return result
302
303 def cleanup(self):
304 """Clean up and release hardware. Always call on exit."""

Callers 9

__enter__Method · 0.95
init_full_updateMethod · 0.45
init_partial_updateMethod · 0.45
auto_detectMethod · 0.45
utils.pyFile · 0.45
__init__Method · 0.45
__init__Method · 0.45
showRusenseSubtabFunction · 0.45
showRusenseSubtabFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected