Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ add
Method
add
pattern/web/pdf/layout.py:277–279 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
275
return
len(self._objs)
276
277
def
add(self, obj):
278
self._objs.append(obj)
279
return
280
281
def
extend(self, objs):
282
for
obj in objs:
Callers
6
extend
Method · 0.95
add
Method · 0.45
analyze
Method · 0.45
add
Method · 0.45
add
Method · 0.45
get_textboxes
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected