MCPcopy 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
14def connection_kwargs(kwargs):
15 db_kwargs = connect_kwargs.copy()
16 db_kwargs.update(kwargs)
17 return db_kwargs
18
19
20def connection_factory(**kwargs):

Callers 2

test_MySQLdbClass · 0.90
connection_factoryFunction · 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…