MCPcopy Index your code
hub / github.com/clips/pattern / __init__

Method __init__

pattern/web/pdf/layout.py:266–269  ·  view source on GitHub ↗
(self, bbox)

Source from the content-addressed store, hash-verified

264class LTContainer(LTComponent):
265
266 def __init__(self, bbox):
267 LTComponent.__init__(self, bbox)
268 self._objs = []
269 return
270
271 def __iter__(self):
272 return iter(self._objs)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected