[python] změna hodnoty v modulu v inicializaci def __init__ (self)
Daniel Milde
daniel na milde.cz
Středa Březen 25 17:17:24 CET 2015
Ahoj,
jj, jde.
T = Trida()
T.var = 50
T.program()
Instancni promenna v pythonu neni privatni, muzes do ni volne zapisovat.
Pouze pokud nazev promenne zacina na podtrzitko, tak Ti tim vyvojar
rika, ze to je neco interniho a nemel bys s tim pracovat naprimo.
Dan
Dne 25.3.2015 v 17:13 "Ing. Vladislav Ludík" napsal(a):
> 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
>
> _______________________________________________
> Python mailing list
> python na py.cz
> http://www.py.cz/mailman/listinfo/python
>
> Visit: http://www.py.cz
Další informace o konferenci Python