
September 10th, 2003, 01:55 PM
|
|
Contributing User
|
|
Join Date: Dec 2001
Location: Houston, TX
Posts: 383
Time spent in forums: 1 h 41 m 27 sec
Reputation Power: 12
|
|
If you aren't inheriting actual methods from the parent class, I find that using the same conventions in Python is unnecessary. If you really want, you can do it, but it's ugly. If you feel the need to share a common parent in that case, just make it an empty class.
This is often useful for exceptions, I find, but not much else.
|