Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ __init__
Method
__init__
pattern/web/pdf/layout.py:162–164 ·
view source on GitHub ↗
(self, linewidth, (x0,y0,x1,y1))
Source
from the content-addressed store, hash-verified
160
class
LTRect(LTCurve):
161
162
def
__init__(self, linewidth, (x0,y0,x1,y1)):
163
LTCurve.__init__(self, linewidth, [(x0,y0), (x1,y0), (x1,y1), (x0,y1)])
164
return
165
166
167
## LTImage
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected