MCPcopy 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

insertMethod · 0.80
insert2Method · 0.80
selectMethod · 0.80
errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected