示例#1
0
    def __init__(self, messagesAllowed, output=sys.stdout):
        """
        Initiate the the limited reporter.
        Load a list of allowed messages.

        @param output: output stream
        """
        TextReporter.__init__(self, output)
        self.messagesAllowed = messagesAllowed
示例#2
0
    def __init__(self, messagesAllowed, output=sys.stdout):
        """
        Initiate the the limited reporter.
        Load a list of allowed messages.

        @param output: output stream
        """
        TextReporter.__init__(self, output)
        self.messagesAllowed = messagesAllowed
示例#3
0
 def __init__(self, pane):
     TextReporter.__init__(self)
     self.pane = pane
示例#4
0
文件: Report.py 项目: zztalker/ulipad
 def __init__(self, pane):
     TextReporter.__init__(self)
     self.pane = pane