MCPcopy 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

updateMethod · 0.45
searchMethod · 0.45
loadMethod · 0.45
__init__Method · 0.45
get_textboxesMethod · 0.45
pushMethod · 0.45
add_resultsMethod · 0.45
getPropertyValueMethod · 0.45

Calls 1

addMethod · 0.95

Tested by

no test coverage detected