コード例 #1
0
 def __init__(self, id_, transport):
     """Constructor"""
     Session.__init__(self, id_, transport)
     self.pending_report_ids = []  # must be a FIFO queue
コード例 #2
0
 def __init__(self, id_, transport):
     """Constructor"""
     Session.__init__(self, id_, transport)
     self.pending_report_ids = []  # must be a FIFO queue
コード例 #3
0
 def __init__(self, id_, transport):
     """Constructor"""
     Session.__init__(self, id_, transport)
コード例 #4
0
 def __init__(self, id_, transport):
     """Constructor"""
     Session.__init__(self, id_, transport)