Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ init
Method
init
test/test_client.py:1656–1658 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
1654
heartbeat_times = []
1655
1656
def
init(self, *args):
1657
old_init(self, *args)
1658
heartbeat_times.append(time.time())
1659
1660
try
:
1661
ServerHeartbeatStartedEvent.__init__ = init
# type: ignore
Callers
nothing calls this directly
Calls
1
time
Method · 0.80
Tested by
no test coverage detected