Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ _delete_tmpfile
Method
_delete_tmpfile
module/plugins/internal/Container.py:46–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
self._create_packages()
45
46
def
_delete_tmpfile(self):
47
if
os.path.basename(self.pyfile.name).startswith(
"tmp_"
):
48
self.remove(self.pyfile.url, trash=False)
49
50
def
_make_tmpfile(self):
51
""
"
Callers
1
process
Method · 0.95
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected