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

Method __init__

pymongo/monitoring.py:810–811  ·  view source on GitHub ↗
(self, address: _Address)

Source from the content-addressed store, hash-verified

808 __slots__ = ("__address",)
809
810 def __init__(self, address: _Address) -> None:
811 self.__address = address
812
813 @property
814 def address(self) -> _Address:

Callers 13

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected