MCPcopy Index your code
hub / github.com/clips/pattern / getstr

Method getstr

pattern/web/pdf/pdffont.py:349–352  ·  view source on GitHub ↗
(self, sid)

Source from the content-addressed store, hash-verified

347 return
348
349 def getstr(self, sid):
350 if sid < len(self.STANDARD_STRINGS):
351 return self.STANDARD_STRINGS[sid]
352 return self.string_index[sid-len(self.STANDARD_STRINGS)]
353
354
355## TrueTypeFont

Callers 1

__init__Method · 0.95

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected