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

Method options

pymongo/monitoring.py:840–842  ·  view source on GitHub ↗

Any non-default pool options that were set on this Connection Pool.

(self)

Source from the content-addressed store, hash-verified

838
839 @property
840 def options(self) -> dict[str, Any]:
841 """Any non-default pool options that were set on this Connection Pool."""
842 return self.__options
843
844 def __repr__(self) -> str:
845 return f"{self.__class__.__name__}({self.address!r}, {self.__options!r})"

Callers 3

test_optionsMethod · 0.45
operations.pyFile · 0.45
test_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_optionsMethod · 0.36
test_optionsMethod · 0.36