[top] / zope / publisher / publish / unwrapMethod
unwrapMethod(obj)
obj -> (unwrapped, wrapperCount)
Unwrap obj until we get to a real function, counting the number of unwrappings.
obj
Bail if we find a class or something we can't identify as callable.