Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ create
Method
create
test/engine/test_pool.py:1226–1227 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1224
creator = dbapi.connect
1225
1226
def
create():
1227
return
creator()
1228
1229
p = pool.QueuePool(creator=create, pool_size=2, max_overflow=3)
1230
c1 = self._with_teardown(p.connect())
# noqa
Callers
15
setup_test_class
Method · 0.45
test_inserted_pk_no_returning
Method · 0.45
test_start_increment
Method · 0.45
test_checkfirst_sequence
Method · 0.45
get_dialect
Method · 0.45
_test_lastrow_accessor
Method · 0.45
test_page_size_adjustment
Method · 0.45
test_table_create_before
Method · 0.45
test_table_create_after
Method · 0.45
test_table_create_both
Method · 0.45
test_table_drop_before
Method · 0.45
test_table_drop_after
Method · 0.45
Calls
1
creator
Function · 0.85
Tested by
no test coverage detected