On 12/23/2009 2:27 PM Albert-Jan Roskam said...
I was studying the code on
http://matplotlib.sourceforge.net/examples/api/radar_chart.html.
Isn't it very unusual that a class is defined within a function?
Not when defining factory creation functions which a quick look at this
code confirms
I was studying the code on
http://matplotlib.sourceforge.net/examples/api/radar_chart.html.
Isn't it very unusual that a class is defined within a function? Why not use a
class instance inside the function instead? No methods of the class can
currently be inherited outside the scope of the funct
Am Dienstag, den 22.12.2009, 19:09 +0100 schrieb spir:
> MK dixit:
>
> > First function the ip is splitted as i did it. Alright.
> > The use 256 as it is the maximum for any digit. ok.
> > But what is that ** and exp meaning
> >
> > --