Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ create
Method
create
test/engine/test_pool.py:1224–1225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1222
creator = dbapi.connect
1223
1224
def
create():
1225
return
creator()
1226
1227
p = pool.QueuePool(creator=create, pool_size=2, max_overflow=3)
1228
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