Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
425
class
LTTextGroup(LTTextContainer):
426
427
def
__init__(self, objs):
428
LTTextContainer.__init__(self)
429
self.extend(objs)
430
return
431
432
class
LTTextGroupLRTB(LTTextGroup):
433
Callers
nothing calls this directly
Calls
2
__init__
Method · 0.45
extend
Method · 0.45
Tested by
no test coverage detected