Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ createCursor
Method
createCursor
module/database/DatabaseBackend.py:268–269 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
266
move(
"pyload.db"
,
"pyload.old.db"
)
267
268
def
createCursor(self):
269
return
self.conn.cursor()
270
271
@style.async
272
def
commit(self):
Callers
4
insert
Method · 0.80
insert2
Method · 0.80
select
Method · 0.80
error
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected