[Python] Re: Digest di Python, Volume 7, Numero 6

2006-11-11 Per discussione spa
> Alle 10:34, sabato 11 novembre 2006, spa ha scritto: > > def Conferma_risultato(self,widget): > > > > .. > > . > > > > if x = Y : > ^ > > Immagino sia x =

Re: [Python] Ritorno Valore da classe

2006-11-11 Per discussione Eriol
Alle 10:34, sabato 11 novembre 2006, spa ha scritto: > def Conferma_risultato(self,widget): >                 >                 .. >                 .     >     >                 if x = Y : ^ Immagino sia x == Y >              

[Python] Ritorno Valore da classe

2006-11-11 Per discussione spa
Salve gente ho un quesito da porre: avendo la classe: class INSERIMENTO_RISULTATI: def __init__(self,lista_partite,giornata): self.lista_partite = lista_partite interfaccia="FM_Inserisci.glade" self.FM_Glade=gtk.glade.XML(interfaccia) self.main=self.FM_Glade.get_widg