Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ read_config
Function
read_config
lib/sqlalchemy/testing/plugin/plugin_base.py:272–277 ·
view source on GitHub ↗
(root_path)
Source
from the content-addressed store, hash-verified
270
271
272
def
read_config(root_path):
273
global file_config
274
file_config = configparser.ConfigParser()
275
file_config.read(
276
[str(root_path /
"setup.cfg"
), str(root_path /
"test.cfg"
)]
277
)
278
279
280
def
pre_begin(opt):
Callers
1
_list_dbs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected