Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ cachedir
Method
cachedir
lib/sqlalchemy/testing/fixtures/mypy.py:43–44 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
41
@config.fixture(scope=
"class"
)
42
@classmethod
43
def
cachedir(cls):
44
yield
from
cls._cachedir()
45
46
@classmethod
47
def
_cachedir(cls):
Callers
nothing calls this directly
Calls
1
_cachedir
Method · 0.80
Tested by
no test coverage detected