[Zope-dev] What is im_func?

Loren Stafford lstaffor@dynalogic.com
Wed, 1 Mar 2000 10:30:32 -0800


Could you elaborate on what im_func is and what it's role is here. Does it
have to do with mapply? I see it used there, but don't understand what's
going on.

    # Only index if nextEventTime returns something
    def index_object(self):
        if self.nextEventTime() is not None:
            CatalogAware.index_object.im_func(self)

-- Thanks
-- Loren