SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Feedback.feedback Class Reference

This decorator is provided to mark a method as possibly slow running. More...

Methods defined here:

def __call__
def __init__

Detailed Description

This decorator is provided to mark a method as possibly slow running.

It can be used like this: ( "what foo is doing" )( foo ) def foo(): ...

Constructor & Destructor Documentation

def Feedback.feedback.__init__ (   args)
 __init__(args)

Member Function Documentation

def Feedback.feedback.__call__ (   args)
 __call__(args)