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

Method is_vertical

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

Source from the content-addressed store, hash-verified

138 return '<CMap: %s>' % self.attrs.get('CMapName')
139
140 def is_vertical(self):
141 return self.attrs.get('WMode', 0) != 0
142
143 def set_attr(self, k, v):
144 self.attrs[k] = v

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected