Tengo una duda tecnica, en el siguiente código, parece que no interpreto correctamente lo que se quiere hacer, la linea <span style="color: rgb(153, 0, 0);">super(TextSync, self).__init__(tube, PATH)</span><br>¿ qué es exactamente lo que hace?<br>
<br style="color: rgb(153, 0, 0);"><span style="color: rgb(153, 0, 0);">class TextSync(ExportedGObject):</span><br style="color: rgb(153, 0, 0);"><br style="color: rgb(153, 0, 0);"><span style="color: rgb(153, 0, 0);">    def __init__(self, tube, is_initiator, text_received_cb, alert, get_buddy):</span><br style="color: rgb(153, 0, 0);">
<br style="color: rgb(153, 0, 0);"><span style="color: rgb(153, 0, 0);">        super(TextSync, self).__init__(tube, PATH)</span><br>