Package gaphas :: Module decorators

Module decorators

source code

Custom decorators.

Version: $Revision: 2234 $

Classes
  async
Instead of calling the function, schedule an idle handler at a given priority.
  recursive
This decorator limits the recursion for a specific function
Functions
 
nonrecursive(func)
Enforce a function or method is not executed recursively:
source code
Variables
  DEBUG_ASYNC = False