Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ mkdtemp
Method
mkdtemp
tests/cache/tests.py:2010–2012 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2008
2009
class
FileBasedCachePathLibTests(FileBasedCacheTests):
2010
def
mkdtemp(self):
2011
tmp_dir = super().mkdtemp()
2012
return
Path(tmp_dir)
2013
2014
2015
@override_settings(
Callers
nothing calls this directly
Calls
1
mkdtemp
Method · 0.45
Tested by
no test coverage detected