Why can't I run this test class?

Donn donn.ingle at gmail.com
Fri Sep 11 03:38:36 EDT 2009


On Friday 11 September 2009 09:30:42 Kermit Mei wrote:
Do this:
class Test(object):

> t1 = Test
And this:
t1 = Test()
That makes an instance and runs the __init__

\d
-- 
home: http://otherwise.relics.co.za/
2D vector animation : https://savannah.nongnu.org/projects/things/
Font manager : https://savannah.nongnu.org/projects/fontypython/



More information about the Python-list mailing list