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

Method __repr__

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

Source from the content-addressed store, hash-verified

649 return
650
651 def __repr__(self):
652 return ('<%s(%s) %s matrix=%s>' %
653 (self.__class__.__name__, self.name,
654 bbox2str(self.bbox), matrix2str(self.matrix)))
655
656 def analyze(self, laparams):
657 if not laparams.all_texts: return

Callers

nothing calls this directly

Calls 2

bbox2strFunction · 0.90
matrix2strFunction · 0.90

Tested by

no test coverage detected