Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
connect(**kwargs):
11
conn = connection_factory(**kwargs)
12
_conns.append(conn)
13
return
conn
14
15
16
def
teardown_function(function):
Callers
8
test_executemany
Function · 0.70
test_pyparam
Function · 0.70
test_dictcursor
Function · 0.70
test_mogrify_without_args
Function · 0.70
test_mogrify_with_tuple_args
Function · 0.70
test_mogrify_with_dict_args
Function · 0.70
test_cursor_discard_result
Function · 0.70
test_binary_prefix
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…