Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ parse_hello_response
Function
parse_hello_response
test/test_server_description.py:34–36 ·
view source on GitHub ↗
(doc)
Source
from the content-addressed store, hash-verified
32
33
34
def
parse_hello_response(doc):
35
hello_response = Hello(doc)
36
return
ServerDescription(address, hello_response)
37
38
39
class
TestServerDescription(unittest.TestCase):
Callers
14
test_mongos
Method · 0.85
test_primary
Method · 0.85
test_secondary
Method · 0.85
test_arbiter
Method · 0.85
test_other
Method · 0.85
test_ghost
Method · 0.85
test_fields
Method · 0.85
test_defaults
Method · 0.85
test_standalone
Method · 0.85
test_ok_false
Method · 0.85
test_all_hosts
Method · 0.85
test_repr
Method · 0.85
Calls
2
Hello
Class · 0.90
ServerDescription
Class · 0.90
Tested by
no test coverage detected