MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / disable

Method disable

test/helpers_shared.py:267–271  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 os.environ["SSL_CERT_FILE"] = ca_certs
266
267 def disable(self):
268 if self.original_certs is None:
269 os.environ.pop("SSL_CERT_FILE")
270 else:
271 os.environ["SSL_CERT_FILE"] = self.original_certs

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected