Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ reset
Method
reset
lib/sqlalchemy/testing/config.py:417–420 ·
view source on GitHub ↗
(cls, namespace)
Source
from the content-addressed store, hash-verified
415
416
@classmethod
417
def
reset(cls, namespace):
418
if
cls._stack:
419
cls.set_as_current(cls._stack[0], namespace)
420
cls._stack.clear()
421
422
@classmethod
423
def
all_configs(cls):
Callers
1
_restore_engine
Function · 0.45
Calls
2
set_as_current
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected