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

Function matrix2str

pattern/web/pdf/utils.py:169–170  ·  view source on GitHub ↗
((a,b,c,d,e,f))

Source from the content-addressed store, hash-verified

167 return '%.3f,%.3f,%.3f,%.3f' % (x0, y0, x1, y1)
168
169def matrix2str((a,b,c,d,e,f)):
170 return '[%.2f,%.2f,%.2f,%.2f, (%.2f,%.2f)]' % (a,b,c,d,e,f)
171
172
173## ObjIdRange

Callers 2

__repr__Method · 0.90
__repr__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…