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

Method __init__

src/octoprint/timelapse.py:329–331  ·  view source on GitHub ↗
(self, postRoll=0)

Source from the content-addressed store, hash-verified

327
328class ZTimelapse(Timelapse):
329 def __init__(self, postRoll=0):
330 Timelapse.__init__(self, postRoll=postRoll)
331 self._logger.debug("ZTimelapse initialized")
332
333 def eventSubscriptions(self):
334 return [

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected