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

Function delete_many

code/matlab_py/bridge_mongo.py:43–45  ·  view source on GitHub ↗
(db, database, kwargs)

Source from the content-addressed store, hash-verified

41 return x
42
43def delete_many(db, database, kwargs):
44 x = db[database].delete_many(**kwargs)
45 return x
46
47def drop(client, database):
48 client.drop_database(database)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected