Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coldtype/coldtype
/ ch
Method
ch
test/test_runon.py:299–302 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
297
self.assertEqual(r.sum(), [2, 3, 4])
298
299
def
ch(a):
300
def
_ch(ro):
301
ro / (
lambda
p: p.update(p.v + a))
302
return
_ch
303
304
r = Runon(1, 2, 3)
305
r | ch(2)
Callers
15
dip_pen
Function · 0.80
wave
Function · 0.80
_display
Function · 0.80
preview
Method · 0.80
nshow
Function · 0.80
precompose
Method · 0.80
crop
Method · 0.80
rasterize
Method · 0.80
_rasterize
Function · 0.80
_mod_pixels
Function · 0.80
_vector_pixels
Function · 0.80
_warp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected