Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_basic
Method · 0.95
set_user
Method · 0.95
Calls
2
commit
Method · 0.80
put
Method · 0.45
Tested by
no test coverage detected