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

Class PyCMap

pattern/web/pdf/cmapdb.py:196–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194## PyCMap
195##
196class PyCMap(CMap):
197
198 def __init__(self, name, module):
199 CMap.__init__(self, module.CODE2CID)
200 self.name = name
201 self._is_vertical = module.IS_VERTICAL
202 return
203
204 def __repr__(self):
205 return '<PyCMap: %s>' % (self.name)
206
207 def is_vertical(self):
208 return self._is_vertical
209
210
211## PyUnicodeMap

Callers 1

get_cmapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…