MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / execute

Method execute

src/helper_sql.py:83–90  ·  view source on GitHub ↗
(self, sqlStatement, *args)

Source from the content-addressed store, hash-verified

81 sqlLock.release()
82
83 def execute(self, sqlStatement, *args):
84 sqlSubmitQueue.put(sqlStatement)
85
86 if args == ():
87 sqlSubmitQueue.put('')
88 else:
89 sqlSubmitQueue.put(args)
90 sqlReturnQueue.get()
91
92 def query(self, sqlStatement, *args):
93 sqlSubmitQueue.put(sqlStatement)

Callers 15

bloomfiltertest.pyFile · 0.80
runMethod · 0.80
check_sqliteFunction · 0.80
readInboxFunction · 0.80
readSentFunction · 0.80
readSubscriptionsFunction · 0.80
readPubkeysFunction · 0.80
readInventoryFunction · 0.80

Calls 2

putMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected