Let\'s suppose we have a function like this:
def myFunction(arg1=\'a default value\'): pass
We can use introspection to find out the name
My bad. Of course, there's myFunction.func_defaults.
myFunction.func_defaults