MCPcopy
hub / github.com/pyload/pyload / shutdown

Method shutdown

module/database/DatabaseBackend.py:156–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154
155 @style.queue
156 def shutdown(self):
157 self.conn.commit()
158 self.jobs.put("quit")
159
160 def _checkVersion(self):
161 """ check db version and delete it if needed"""

Callers 2

conf_basicMethod · 0.95
set_userMethod · 0.95

Calls 2

commitMethod · 0.80
putMethod · 0.45

Tested by

no test coverage detected