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

Method __repr__

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

Source from the content-addressed store, hash-verified

670 return
671
672 def __repr__(self):
673 return ('<%s(%r) %s rotate=%r>' %
674 (self.__class__.__name__, self.pageid,
675 bbox2str(self.bbox), self.rotate))

Callers

nothing calls this directly

Calls 1

bbox2strFunction · 0.90

Tested by

no test coverage detected