Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ decode
Method
decode
pattern/web/pdf/pdffont.py:677–678 ·
view source on GitHub ↗
(self, bytes)
Source
from the content-addressed store, hash-verified
675
return
True
676
677
def
decode(self, bytes):
678
return
self.cmap.decode(bytes)
679
680
def
char_disp(self, cid):
681
"Returns an integer for horizontal fonts, a tuple for vertical fonts."
Callers
nothing calls this directly
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected