Repository URL to install this package:
def f(a, b, c): #raise raise a raise "spam" raise a, b raise "spam", 42 raise a, b, c raise "spam", 42, c()