MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / insert_many

Function insert_many

code/matlab_py/bridge_mongo.py:30–31  ·  view source on GitHub ↗
(db, database, document)

Source from the content-addressed store, hash-verified

28# DEALINGS IN THE SOFTWARE.
29# }}}
30def insert_many(db, database, document):
31 db[database].insert_many(document)
32
33def aggregate(db, database, pipeline):
34 result = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected