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

Method __init__

pymongo/monitoring.py:835–837  ·  view source on GitHub ↗
(self, address: _Address, options: dict[str, Any])

Source from the content-addressed store, hash-verified

833 __slots__ = ("__options",)
834
835 def __init__(self, address: _Address, options: dict[str, Any]) -> None:
836 super().__init__(address)
837 self.__options = options
838
839 @property
840 def options(self) -> dict[str, Any]:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected