[Tutor] using class methods (security)

alan.gauld@bt.com alan.gauld@bt.com
Wed, 24 Apr 2002 23:14:07 +0100


> I am wondering if there is a good way to create class methods in
> python.

See the static method feature of the latest Python version

However most of the things you use class or static methods 
for in C++ or Java can be done by other means in Python....


Alan g.
Author of the 'Learning to Program' web site
http://www.freenetpages.co.uk/hp/alan.gauld