![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Overloading __init__ & Function overloading
From: Paul Rubin <//phr.cx@NOSPAM.invalid>
Date: Fri Sep 30 2005 - 16:29:45 CEST
"Iyer, Prasad C" <prasad.c.iyer@capgemini.com> writes:
You can only use one __init__ method. You'd have it count the args:
class BaseClass:
|