MCPcopy Create free account
hub / github.com/apache/qpid-proton / insert

Method insert

python/examples/db_common.py:51–52  ·  view source on GitHub ↗
(self, id, data, event=None)

Source from the content-addressed store, hash-verified

49 self.tasks.put(lambda conn: self._get_id(conn, event))
50
51 def insert(self, id, data, event=None):
52 self.tasks.put(lambda conn: self._insert(conn, id, data, event))
53
54 def delete(self, id, event=None):
55 self.tasks.put(lambda conn: self._delete(conn, id, event))

Callers 15

startMethod · 0.45
conf.pyFile · 0.45
on_messageMethod · 0.45
add_work_queueMethod · 0.45
scheduleMethod · 0.45
do_writeMethod · 0.45
operator|=Method · 0.45
getHelpColumnsMethod · 0.45
addMethod · 0.45
listTagsFunction · 0.45
TestGroupMethod · 0.45
applyFilenamesAsTagsFunction · 0.45

Calls 2

_insertMethod · 0.95
putMethod · 0.45

Tested by 2

do_writeMethod · 0.36
TestGroupMethod · 0.36