Function
zope.publisher.publish.unwrapMethod

Signature

unwrapMethod(obj)

Documentation String

obj -> (unwrapped, wrapperCount)

Unwrap obj until we get to a real function, counting the number of unwrappings.

Bail if we find a class or something we can't identify as callable.