[python] změna hodnoty v modulu v inicializaci def __init__ (self)
"Ing. Vladislav Ludík"
vlada na ludik.cz
Středa Březen 25 17:13:29 CET 2015
Bez úpravy modulu to asi nejde, že ?
Vlada
Dne 25.3.2015 v 17:06 starenka . napsal(a):
> class Trida:
> def __init__(self, var=100):
> self.var = var
>
> def program(self):
> print self.var
>
> T = Trida(var=500)
> T.program()
>> 500
> ---
> In Perl you shoot yourself in the foot, but nobody can understand how
> you did it. Six months later, neither can you. | print
> 'aknerats'[::-1]
>
>
> 2015-03-25 16:29 GMT+01:00 "Ing. Vladislav Ludík" <vlada na ludik.cz>:
>> Zdravím všechny,
>>
>> prosím o radu, jak změnit hodnotu v modulu:
>>
>> class Trida:
>> def __init__(self):
>> self.var = 100
>>
>> def program(self):
>> print self.var
>>
>> Naimportuju modul a zavolám:
>>
>> T = Trida()
>> T.program()
>>
>> vytiskne 100
>>
>> Jak nastavím hodnotu self.var ?
>>
>> Děkuji Vlada
>> _______________________________________________
>> Python mailing list
>> python na py.cz
>> http://www.py.cz/mailman/listinfo/python
>>
>> Visit: http://www.py.cz
> _______________________________________________
> Python mailing list
> python na py.cz
> http://www.py.cz/mailman/listinfo/python
>
> Visit: http://www.py.cz
Další informace o konferenci Python