[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:44:31 CET 2015


T = Trida(var=500) nefunguje.
Hlásí:

TypeError: __init__() got an unexpected keyword argument 'var'

Ale zjistil jsem, že funguje jednoduché:

T.var = 500

Vlada

Dne 25.3.2015 v 17:17 Daniel Milde napsal(a):
> 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
>
> _______________________________________________
> Python mailing list
> python na py.cz
> http://www.py.cz/mailman/listinfo/python
>
> Visit: http://www.py.cz



Další informace o konferenci Python