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:64–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
class
LTText(object):
63
64
def
__repr__(self):
65
return
(
'<%s %r>'
%
66
(self.__class__.__name__, self.get_text()))
67
68
def
get_text(self):
69
raise
NotImplementedError
Callers
nothing calls this directly
Calls
1
get_text
Method · 0.95
Tested by
no test coverage detected