MCPcopy
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_engineMethod · 0.45
_setup_configFunction · 0.45

Calls 2

set_as_currentMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected