MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / per_func_cachedir

Method per_func_cachedir

lib/sqlalchemy/testing/fixtures/mypy.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36
37 @config.fixture(scope="function")
38 def per_func_cachedir(self):
39 yield from self._cachedir()
40
41 @config.fixture(scope="class")
42 @classmethod

Callers

nothing calls this directly

Calls 1

_cachedirMethod · 0.95

Tested by

no test coverage detected