MCPcopy Index your code
hub / github.com/python/cpython / detach

Method detach

Lib/tempfile.py:881–882  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

879 return self._file.writelines(it)
880
881 def detach(self):
882 return self._file.detach()
883
884
885class TemporaryDirectory:

Callers 2

rolloverMethod · 0.45
cleanupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected