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

Method __init__

src/astroprint/printer/marlin/comm.py:1647–1651  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

1645 """
1646
1647 def __init__(self, filename):
1648 self._filename = filename
1649 self._filepos = 0
1650 self._filesize = None
1651 self._startTime = None
1652
1653 def getStartTime(self):
1654 return self._startTime

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected