def index(self):

Gert Cuykens gert.cuykens at gmail.com
Fri Dec 22 11:12:08 EST 2006


Ok thx i think i understand it now

>>> class C:
...     @staticmethod
...     def fn():
...         return 'whohoo'
...
>>> C.fn()
'whohoo'
>>>



More information about the Python-list mailing list