Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chasingboy/Xtools
/ _tempfile
Function
_tempfile
applescript/_temp.py:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
5
def
_tempfile():
6
f, path = mkstemp()
7
os.close(f)
8
return
path
Callers
1
_run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected