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:329–332 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
327
return
328
329
def
__repr__(self):
330
return
(
'<%s %s %r>'
%
331
(self.__class__.__name__, bbox2str(self.bbox),
332
self.get_text()))
333
334
def
analyze(self, laparams):
335
LTTextContainer.analyze(self, laparams)
Callers
nothing calls this directly
Calls
2
bbox2str
Function · 0.90
get_text
Method · 0.45
Tested by
no test coverage detected