MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / __exit__

Method __exit__

pymongo/synchronous/mongo_client.py:1585–1586  ·  view source on GitHub ↗
(self, exc_type: Any, exc_val: Any, exc_tb: Any)

Source from the content-addressed store, hash-verified

1583 return self
1584
1585 def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None:
1586 self.close()
1587
1588 # See PYTHON-3084.
1589 __iter__ = None

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected