MCPcopy
hub / github.com/django/django / mkdtemp

Method mkdtemp

tests/cache/tests.py:1812–1813  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1810 shutil.rmtree(self.dirname)
1811
1812 def mkdtemp(self):
1813 return tempfile.mkdtemp()
1814
1815 def test_ignores_non_cache_files(self):
1816 fname = os.path.join(self.dirname, "not-a-cache-file")

Callers 15

setUpMethod · 0.95
downloadMethod · 0.45
extractMethod · 0.45
runtests.pyFile · 0.45
mkdtempMethod · 0.45
models.pyFile · 0.45
tests.pyFile · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected