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

Function bbox2str

pattern/web/pdf/utils.py:166–167  ·  view source on GitHub ↗
((x0,y0,x1,y1))

Source from the content-addressed store, hash-verified

164 return x.encode(codec, 'xmlcharrefreplace')
165
166def bbox2str((x0,y0,x1,y1)):
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)

Callers 10

show_groupMethod · 0.90
renderMethod · 0.90
__repr__Method · 0.90
__repr__Method · 0.90
__repr__Method · 0.90
__repr__Method · 0.90
__repr__Method · 0.90
__repr__Method · 0.90
__repr__Method · 0.90
begin_pageMethod · 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…