MCPcopy Index your code
hub / github.com/PyMySQL/mysqlclient / connect

Function connect

tests/test_cursor.py:10–13  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

8
9
10def connect(**kwargs):
11 conn = connection_factory(**kwargs)
12 _conns.append(conn)
13 return conn
14
15
16def teardown_function(function):

Callers 8

test_executemanyFunction · 0.70
test_pyparamFunction · 0.70
test_dictcursorFunction · 0.70
test_binary_prefixFunction · 0.70

Calls 1

connection_factoryFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…