Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
len
Function · 0.85
Tested by
no test coverage detected