Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coldtype/coldtype
/ moveto
Method
moveto
examples/axidraw/nextdraw.py:129–131 ·
view source on GitHub ↗
(self, x, y)
Source
from the content-addressed store, hash-verified
127
self.ad = ad
128
129
def
moveto(self, x, y):
130
self.ad.moveto(x, y)
131
return
self
132
133
def
penup(self):
134
self.ad.penup()
Callers
4
_moveTo
Method · 0.45
draw
Method · 0.45
dip_pen
Function · 0.45
_draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected