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

Method __init__

pattern/web/pdf/layout.py:427–430  ·  view source on GitHub ↗
(self, objs)

Source from the content-addressed store, hash-verified

425class LTTextGroup(LTTextContainer):
426
427 def __init__(self, objs):
428 LTTextContainer.__init__(self)
429 self.extend(objs)
430 return
431
432class LTTextGroupLRTB(LTTextGroup):
433

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
extendMethod · 0.45

Tested by

no test coverage detected