Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ is_multibyte
Method
is_multibyte
pattern/web/pdf/pdffont.py:469–470 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
467
return
False
468
469
def
is_multibyte(self):
470
return
False
471
472
def
decode(self, bytes):
473
return
map(ord, bytes)
Callers
1
render_string
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected