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

Function fetch

recipes/Python/576871_Spline_demonstrator/recipe-576871.py:137–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 points = []
136
137def fetch():
138 global m
139 m = mEntry.get()
140 m = int(m)
141 print 'm is now %d' %m
142
143def CycleClosed(i):
144 global lOpen

Callers 1

recipe-576871.pyFile · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected