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

Method __init__

pattern/web/pdf/layout.py:76–79  ·  view source on GitHub ↗
(self, bbox)

Source from the content-addressed store, hash-verified

74class LTComponent(LTItem):
75
76 def __init__(self, bbox):
77 LTItem.__init__(self)
78 self.set_bbox(bbox)
79 return
80
81 def __repr__(self):
82 return ('<%s %s>' %

Callers

nothing calls this directly

Calls 2

set_bboxMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected