MCPcopy Create free account
hub / github.com/clips/pattern / decode

Method decode

pattern/web/pdf/pdffont.py:472–473  ·  view source on GitHub ↗
(self, bytes)

Source from the content-addressed store, hash-verified

470 return False
471
472 def decode(self, bytes):
473 return map(ord, bytes)
474
475 def get_ascent(self):
476 return self.ascent * self.vscale

Callers 2

string_widthMethod · 0.95
decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected