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

Method __init__

pattern/web/pdf/layout.py:344–347  ·  view source on GitHub ↗
(self, word_margin)

Source from the content-addressed store, hash-verified

342class LTTextLineHorizontal(LTTextLine):
343
344 def __init__(self, word_margin):
345 LTTextLine.__init__(self, word_margin)
346 self._x1 = +INF
347 return
348
349 def add(self, obj):
350 if isinstance(obj, LTChar) and self.word_margin:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected