MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _setup_config

Function _setup_config

lib/sqlalchemy/testing/plugin/plugin_base.py:790–791  ·  view source on GitHub ↗
(config_obj, ctx)

Source from the content-addressed store, hash-verified

788
789
790def _setup_config(config_obj, ctx):
791 config._current.push(config_obj, testing)
792
793
794class FixtureFunctions(abc.ABC):

Callers 1

_do_skipsFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected