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

Function drop

code/matlab_py/bridge_mongo.py:47–48  ·  view source on GitHub ↗
(client, database)

Source from the content-addressed store, hash-verified

45 return x
46
47def drop(client, database):
48 client.drop_database(database)
49
50def update_one(client, database):
51 client.update_one(database)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected