Hello, Can someone please explain this code below. I am new at Python . Thanks
def receive_messages(self, msgs, time):
for msg in msgs:
msg.set_recv_time(time)
self.msgs_received.extend(msgs)
--
https://mail.python.org/mailman/listinfo/python-list
