Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fixture
Method
fixture
lib/sqlalchemy/testing/config.py:73–74 ·
view source on GitHub ↗
(self, *arg, **kw)
Source
from the content-addressed store, hash-verified
71
return
self._null_decorator()
72
73
def
fixture(self, *arg, **kw):
74
return
self._null_decorator()
75
76
def
get_current_test_name(self):
77
return
None
Callers
2
fixture
Function · 0.45
decorate
Function · 0.45
Calls
1
_null_decorator
Method · 0.95
Tested by
no test coverage detected