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

Method __init__

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

Source from the content-addressed store, hash-verified

363class LTTextLineVertical(LTTextLine):
364
365 def __init__(self, word_margin):
366 LTTextLine.__init__(self, word_margin)
367 self._y0 = -INF
368 return
369
370 def add(self, obj):
371 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