Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
def
fetch():
138
global m
139
m = mEntry.get()
140
m = int(m)
141
print
'm is now %d'
%m
142
143
def
CycleClosed(i):
144
global lOpen
Callers
1
recipe-576871.py
File · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected