(self)
| 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 |
nothing calls this directly
no test coverage detected