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

Method __init__

pattern/web/pdf/layout.py:153–155  ·  view source on GitHub ↗
(self, linewidth, p0, p1)

Source from the content-addressed store, hash-verified

151class LTLine(LTCurve):
152
153 def __init__(self, linewidth, p0, p1):
154 LTCurve.__init__(self, linewidth, [p0, p1])
155 return
156
157
158## LTRect

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected