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

Method __init__

pattern/web/pdf/layout.py:296–298  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

294class LTExpandableContainer(LTContainer):
295
296 def __init__(self):
297 LTContainer.__init__(self, (+INF,+INF,-INF,-INF))
298 return
299
300 def add(self, obj):
301 LTContainer.add(self, obj)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected