Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/mysqlclient
/ connect
Function
connect
tests/test_errors.py:10–13 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
8
9
10
def
connect(**kwargs):
11
conn = connection_factory(**kwargs)
12
_conns.append(conn)
13
return
conn
14
15
16
def
teardown_function(function):
Callers
2
test_null
Function · 0.70
test_duplicated_pk
Function · 0.70
Calls
1
connection_factory
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…