Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ mkdtemp
Method
mkdtemp
tests/staticfiles_tests/test_management.py:228–230 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
226
227
class
TestCollectionPathLib(TestCollection):
228
def
mkdtemp(self):
229
tmp_dir = super().mkdtemp()
230
return
Path(tmp_dir)
231
232
233
class
TestCollectionVerbosity(CollectionTestCase):
Callers
1
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected