MCPcopy Create free account
hub / github.com/ActiveState/code / CycleClosed

Function CycleClosed

recipes/Python/576871_Spline_demonstrator/recipe-576871.py:143–149  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

141 print 'm is now %d' %m
142
143def CycleClosed(i):
144 global lOpen
145 lOpen = i
146 if lOpen:
147 print 'Cycle is open'
148 else:
149 print 'Cycle is closed'
150
151def Blending():
152 global points

Callers 1

recipe-576871.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected