Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ push
Method
push
lib/sqlalchemy/testing/config.py:404–406 ·
view source on GitHub ↗
(cls, config, namespace)
Source
from the content-addressed store, hash-verified
402
403
@classmethod
404
def
push(cls, config, namespace):
405
cls._stack.append(_current)
406
cls.set_as_current(config, namespace)
407
408
@classmethod
409
def
pop(cls, namespace):
Callers
2
push_engine
Method · 0.45
_setup_config
Function · 0.45
Calls
2
set_as_current
Method · 0.80
append
Method · 0.45
Tested by
no test coverage detected