MCPcopy Create free account
hub / github.com/MongoEngine/mongoengine / bulk_create_author_without_load

Method bulk_create_author_without_load

tests/test_signals.py:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 self.Author.objects.insert([a1], load_bulk=True)
259
260 def bulk_create_author_without_load():
261 a1 = self.Author(name="Bill Shakespeare")
262 self.Author.objects.insert([a1], load_bulk=False)
263
264 def load_existing_author():
265 a = self.Author(name="Bill Shakespeare")

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected