[Zope-CMF] what's _implicit__name__?

seb bacon seb@jamkit.com
Fri, 12 Oct 2001 11:25:54 +0100


I'm doing some introspection on class methods in the CMF; however,
some of them are workflow-wrapped methods.  I notice that such methods
have an _implicit__name__ attribute, as well as WorkflowCore-supplied
_id and _m attributes (which refer to the 'real' method).

What would the best, most generic way of making sure I get the 'real'
method be?  Does _implicit__name__ imply a wrapped method?  Or does
'wrapping' only exist in specific forms such as WorkflowMethod, rather
than a generalised format?

Cheers

seb