We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d130b9c commit 484bfdcCopy full SHA for 484bfdc
src/neo4j/_meta.py
@@ -73,7 +73,9 @@ def _compute_user_agent() -> str:
73
USER_AGENT = _compute_user_agent()
74
75
76
-# TODO: 6.0 - remove this function
+# Undocumented but exposed.
77
+# Other official drivers also provide means to access the default user agent.
78
+# Hence, we'll leave this here for now.
79
def get_user_agent():
80
""" Obtain the default user agent string sent to the server after
81
a successful handshake.
0 commit comments