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

Method __repr__

pattern/web/pdf/cmapdb.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return
136
137 def __repr__(self):
138 return '<CMap: %s>' % self.attrs.get('CMapName')
139
140 def is_vertical(self):
141 return self.attrs.get('WMode', 0) != 0

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected