Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ writePlist
Function
writePlist
Mac/BuildScript/build-installer.py:62–64 ·
view source on GitHub ↗
(path, plist)
Source
from the content-addressed store, hash-verified
60
else
:
61
from
plistlib
import
dump
62
def
writePlist(path, plist):
63
with
open(plist,
'wb'
)
as
fp:
64
dump(path, fp)
65
66
def
shellQuote(value):
67
""
"
Callers
3
packageFromRecipe
Function · 0.85
makeMpkgPlist
Function · 0.85
buildInstaller
Function · 0.85
Calls
2
dump
Function · 0.90
open
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…