MCPcopy 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

60else:
61 from plistlib import dump
62 def writePlist(path, plist):
63 with open(plist, 'wb') as fp:
64 dump(path, fp)
65
66def shellQuote(value):
67 """

Callers 3

packageFromRecipeFunction · 0.85
makeMpkgPlistFunction · 0.85
buildInstallerFunction · 0.85

Calls 2

dumpFunction · 0.90
openFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…