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

Method __init__

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

Source from the content-addressed store, hash-verified

390class LTTextBox(LTTextContainer):
391
392 def __init__(self):
393 LTTextContainer.__init__(self)
394 self.index = None
395 return
396
397 def __repr__(self):
398 return ('<%s(%s) %s %r>' %

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected