Is it possible to return a list of a functions arguments in Python? For example
func(arg1, arg2, arg3): do stuff print(func.args) ["arg1", "