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

Method __init__

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

Source from the content-addressed store, hash-verified

309class LTTextContainer(LTExpandableContainer, LTText):
310
311 def __init__(self):
312 LTText.__init__(self)
313 LTExpandableContainer.__init__(self)
314 return
315
316 def get_text(self):
317 return ''.join( obj.get_text() for obj in self if isinstance(obj, LTText) )

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected