Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ get_client_info
Function
get_client_info
pymysql/__init__.py:61–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
60
61
def
get_client_info():
# for MySQLdb compatibility
62
return
__version__
63
64
65
def
install_as_MySQLdb():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected