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

Method __repr__

pattern/web/pdf/layout.py:81–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 return
80
81 def __repr__(self):
82 return ('<%s %s>' %
83 (self.__class__.__name__, bbox2str(self.bbox)))
84
85 def set_bbox(self, (x0,y0,x1,y1)):
86 self.x0 = x0

Callers

nothing calls this directly

Calls 1

bbox2strFunction · 0.90

Tested by

no test coverage detected