> Look for @staticmethod inhttp://docs.python.org/lib/built-in-funcs.html
>
> Example:
> class C:
>     @staticmethod
>     def f(arg1, arg2, ...): ...


Oops, sorry for the confusion - I've actually meant a static method,
and Gerald's answer works fine.
Thanks alot

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to