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

Function get_monitor

test/test_topology.py:92–93  ·  view source on GitHub ↗
(topology, hostname)

Source from the content-addressed store, hash-verified

90
91
92def get_monitor(topology, hostname):
93 return get_server(topology, hostname)._monitor
94
95
96class TopologyTest(unittest.TestCase):

Callers 1

test_closeMethod · 0.85

Calls 1

get_serverFunction · 0.85

Tested by

no test coverage detected