MCPcopy
hub / github.com/rsms/inter / get

Method get

misc/tools/rewrite-glyphorder.py:28–31  ·  view source on GitHub ↗
(self, k, defaultValue=None)

Source from the content-addressed store, hash-verified

26 plistlib.writePlist(self.plist, self.filename)
27
28 def get(self, k, defaultValue=None):
29 if self.plist is None:
30 self.load()
31 return self.plist.get(k, defaultValue)
32
33 def __getitem__(self, k):
34 if self.plist is None:

Callers 15

mainFunction · 0.45
buildGlyphNamesFunction · 0.45
renameStringsFunction · 0.45
renameUFOLibFunction · 0.45
renameGlyphOrderFileFunction · 0.45
renameDiacriticsFileFunction · 0.45
configFindResFileFunction · 0.45
mainFunction · 0.45
genKerningInfoFunction · 0.45
loadLocalNamesDBFunction · 0.45
_canonicalGlyphNameFunction · 0.45
mainFunction · 0.45

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected