MCPcopy Create free account
hub / github.com/clips/pattern / __init__

Method __init__

pattern/web/pdf/layout.py:139–143  ·  view source on GitHub ↗
(self, linewidth, pts)

Source from the content-addressed store, hash-verified

137class LTCurve(LTComponent):
138
139 def __init__(self, linewidth, pts):
140 LTComponent.__init__(self, get_bound(pts))
141 self.pts = pts
142 self.linewidth = linewidth
143 return
144
145 def get_pts(self):
146 return ','.join( '%.3f,%.3f' % p for p in self.pts )

Callers

nothing calls this directly

Calls 2

get_boundFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected