> > 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
_______________________________________________
Python mailing list
[email protected]
http://www.py.cz/mailman/listinfo/python

Odpovedet emailem