Every line of 'sum function python' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
21 def visitSum(self, sum, *args): 22 for tp in sum.types: 23 self.visit(tp, *args)
15 @backend_for("common", inputs=((list_of(Number), ProductOutput, tuple_of(Number)), )) 16 def sum(args): 17 return _sum(args)