示例#1
0
	def __init__(self):

        State.__init__(self)

        self.totalIMAPSessions = 0

        self.activeIMAPSessions = 0
示例#2
0
    def __init__(self):
        State.__init__(self)

        # Set up the extra statistics.
        self.totalIMAPSessions = 0
        self.activeIMAPSessions = 0
示例#3
0
    def __init__(self):
        State.__init__(self)

        # Set up the extra statistics.
        self.totalIMAPSessions = 0
        self.activeIMAPSessions = 0