kurtosis algorithm help needed

Started by
11 comments, last by guywithknife 17 years, 1 month ago
Oh, oops! You're right, instances don't contain methods, their class contains the methods.
	def __getattr__(self, name):		self.__dict__[name] = statistics.__dict__['_' + name](self)		return self.__dict__[name]
Advertisement
Ah, so *that's* where they hide :) Thanks.
Ooh, thats very cool indeed.
Heh, I'm glad I asked the origonal questions not for the answers I got for them, but rather for the nice Python tricks I learnt in the meantime.
Thanks guys! I'd rate you both up, but apparently I've already hit the max ;-)

This topic is closed to new replies.

Advertisement