The Feedback module

To get help on the Feedback module, you can use the built-in Python functions dir() and help() .

SDS2 Python Prompt

>>> import Feedback                               # import the module
>>>
>>> dir(Feedback)                                    # do a dir() on the module name
['Feedback', 'OneMomentPlease', 'ProgressDialog', 'ProgressException', 'UpdateDisplay', '__doc__', '__name__', '__package__', 'feedback', 'progress', 'subtask']

page 1 | contents | modules | top