Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ sum
Function
sum
recipes/Python/474094_UrlAppServer/recipe-474094.py:52–53 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
50
51
from
operator
import
add
52
def
sum(args):
53
print reduce(add, map(int, args))
54
55
root = UrlAppServer((
'0.0.0.0'
,1234))
56
root.apps = UrlApp()
# provide 'apps' folder for our functions
Callers
15
_test1
Function · 0.50
main
Function · 0.50
multip
Function · 0.50
calcDistanceMatrix
Function · 0.50
calcDistanceMatrixFastEuclidean
Function · 0.50
indent
Function · 0.50
evaluate
Method · 0.50
calc_checkdigit
Method · 0.50
recipe-498113.py
File · 0.50
items_len
Function · 0.50
__len__
Method · 0.50
computenewact
Method · 0.50
Calls
1
map
Function · 0.85
Tested by
1
test_completion_stats
Function · 0.40