MCPcopy Create free account
hub / github.com/coldtype/coldtype / aximeta

Function aximeta

examples/axidraw/nextdraw.py:110–113  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

108
109
110def aximeta(fn):
111 def _aximeta(pen:P):
112 pen.data(aximeta=dict(fn=fn))
113 return _aximeta
114
115def dip_pen(seconds=1, location=(0, 0)):
116 return (P()

Callers 1

dip_penFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected