Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ extend
Method
extend
pattern/web/pdf/layout.py:281–284 ·
view source on GitHub ↗
(self, objs)
Source
from the content-addressed store, hash-verified
279
return
280
281
def
extend(self, objs):
282
for
obj in objs:
283
self.add(obj)
284
return
285
286
def
analyze(self, laparams):
287
for
obj in self._objs:
Callers
8
update
Method · 0.45
search
Method · 0.45
load
Method · 0.45
__init__
Method · 0.45
get_textboxes
Method · 0.45
push
Method · 0.45
add_results
Method · 0.45
getPropertyValue
Method · 0.45
Calls
1
add
Method · 0.95
Tested by
no test coverage detected