Package Products :: Package ZenHub :: Module invalidations
[hide private]
[frames] | no frames]

Module invalidations

source code

Classes [hide private]
InvalidationProcessor
Registered as a global utility.
Functions [hide private]
 
betterObjectEventNotify(event)
This method re-implements zope.component.event.objectEventNotify to give more time back to the reactor.
source code
 
handle_oid(dmd, oid) source code
Variables [hide private]
  log = logging.getLogger('zen.ZenHub')
Function Details [hide private]

betterObjectEventNotify(event)

source code 

This method re-implements zope.component.event.objectEventNotify to give more time back to the reactor. It is slightly different, but works exactly the same for our specific use case.

Decorators:
  • @defer.inlineCallbacks