Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
402
class
LTTextBoxHorizontal(LTTextBox):
403
Callers
nothing calls this directly
Calls
2
bbox2str
Function · 0.90
get_text
Method · 0.45
Tested by
no test coverage detected