MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / __init__

Method __init__

src/octoprint/daemon.py:13–13  ·  view source on GitHub ↗
(self, pidfile)

Source from the content-addressed store, hash-verified

11 Usage: subclass the daemon class and override the run() method."""
12
13 def __init__(self, pidfile): self.pidfile = pidfile
14
15 def daemonize(self):
16 """Deamonize class. UNIX double fork mechanism."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected