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

Method __repr__

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

Source from the content-addressed store, hash-verified

395 return
396
397 def __repr__(self):
398 return ('<%s(%s) %s %r>' %
399 (self.__class__.__name__,
400 self.index, bbox2str(self.bbox), self.get_text()))
401
402class LTTextBoxHorizontal(LTTextBox):
403

Callers

nothing calls this directly

Calls 2

bbox2strFunction · 0.90
get_textMethod · 0.45

Tested by

no test coverage detected