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:184–187 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
return
183
184
def
__repr__(self):
185
return
(
'<%s(%s) %s %r>'
%
186
(self.__class__.__name__, self.name,
187
bbox2str(self.bbox), self.srcsize))
188
189
190
## LTAnon
Callers
nothing calls this directly
Calls
1
bbox2str
Function · 0.90
Tested by
no test coverage detected