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

Method error

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

Source from the content-addressed store, hash-verified

330
331 @style.queue
332 def error(db):
333 c = db.createCursor()
334 print "a"
335 c.execute("SELECT myerror FROM storage WHERE identifier=? AND key=?", ("foo", i))
336 print "e"
337
338 db.registerSub(Test)
339 from time import time

Callers 2

_convertDBMethod · 0.45
DatabaseBackend.pyFile · 0.45

Calls 2

createCursorMethod · 0.80
executeMethod · 0.80

Tested by

no test coverage detected