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

Method __repr__

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

Source from the content-addressed store, hash-verified

170 return
171
172 def __repr__(self):
173 return '<UnicodeMap: %s>' % self.attrs.get('CMapName')
174
175 def set_attr(self, k, v):
176 self.attrs[k] = v

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected