Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/mysqlclient
/ connection_kwargs
Function
connection_kwargs
tests/configdb.py:14–17 ·
view source on GitHub ↗
(kwargs)
Source
from the content-addressed store, hash-verified
12
13
14
def
connection_kwargs(kwargs):
15
db_kwargs = connect_kwargs.copy()
16
db_kwargs.update(kwargs)
17
return
db_kwargs
18
19
20
def
connection_factory(**kwargs):
Callers
2
test_MySQLdb
Class · 0.90
connection_factory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…