MCPcopy Index your code
hub / github.com/pyload/pyload / select

Method select

module/database/DatabaseBackend.py:325–329  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

323
324 @style.queue
325 def select(db):
326 c = db.createCursor()
327 for i in range(10):
328 res = c.execute("SELECT value FROM storage WHERE identifier=? AND key=?", ("foo", i))
329 print res.fetchone()
330
331 @style.queue
332 def error(db):

Callers 6

downloadMethod · 0.45
_downloadMethod · 0.45
do_openMethod · 0.45
do_openMethod · 0.45
_selectMethod · 0.45
tinytab_static.jsFile · 0.45

Calls 2

createCursorMethod · 0.80
executeMethod · 0.80

Tested by

no test coverage detected