[python] Statické metody v Pythonu
Petr Prikryl
PrikrylP na skil.cz
Středa Listopad 8 12:59:34 CET 2006
> > class uhel:
> > @staticmethod
> > def static_str_na_radiany(s):
> > return blablabla;
> > [...]
> > class zemepisny_uhel(uhel):
> > def static_str_na_radiany(s):
> > return blablabla;
> > [...]
>
> Nikdy jsem to nepoužil a nechce se mi to zkoušet.
> Bude ta metoda v potomkovi automaticky taky
> statická?
Nebude, že? Není tam self, takže by Python řval.
pepr
Další informace o konferenci Python