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:324–327 ·
view source on GitHub ↗
(self, word_margin)
Source
from the content-addressed store, hash-verified
322
class
LTTextLine(LTTextContainer):
323
324
def
__init__(self, word_margin):
325
LTTextContainer.__init__(self)
326
self.word_margin = word_margin
327
return
328
329
def
__repr__(self):
330
return
(
'<%s %s %r>'
%
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected