MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / insert_one

Method insert_one

test/correctness/mongo_model.py:568–569  ·  view source on GitHub ↗
(self, dict)

Source from the content-addressed store, hash-verified

566 raise e
567
568 def insert_one(self, dict):
569 self.insert(dict)
570
571 def insert_many(self, list):
572 self.insert(list)

Callers 13

test_simple_removeFunction · 0.80
test_simple_updateFunction · 0.80
test_renamecollection_1Function · 0.80
test_renamecollection_2Function · 0.80
test_renamecollection_3Function · 0.80
test_renamecollection_4Function · 0.80
test_renamecollection_5Function · 0.80
test_renamecollection_6Function · 0.80
test_renamecollection_8Function · 0.80
distinct_testFunction · 0.80

Calls 1

insertMethod · 0.95

Tested by 13

test_simple_removeFunction · 0.64
test_simple_updateFunction · 0.64
test_renamecollection_1Function · 0.64
test_renamecollection_2Function · 0.64
test_renamecollection_3Function · 0.64
test_renamecollection_4Function · 0.64
test_renamecollection_5Function · 0.64
test_renamecollection_6Function · 0.64
test_renamecollection_8Function · 0.64
distinct_testFunction · 0.64