MCPcopy 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
51from operator import add
52def sum(args):
53 print reduce(add, map(int, args))
54
55root = UrlAppServer(('0.0.0.0',1234))
56root.apps = UrlApp() # provide 'apps' folder for our functions

Callers 15

_test1Function · 0.50
mainFunction · 0.50
multipFunction · 0.50
calcDistanceMatrixFunction · 0.50
indentFunction · 0.50
evaluateMethod · 0.50
calc_checkdigitMethod · 0.50
recipe-498113.pyFile · 0.50
items_lenFunction · 0.50
__len__Method · 0.50
computenewactMethod · 0.50

Calls 1

mapFunction · 0.85

Tested by 1

test_completion_statsFunction · 0.40