Hey, Please correct me if I'm wrong but Python doesn't support method overload, right? -- def method(self): #code def method(self, data): #code -- The last declaration of method() erase the previous one (like JavaScript). Thanks. -- http://mail.python.org/mailman/listinfo/python-list
- No method overloading Hussein B
- Re: No method overloading MeTheGameMakingGuy
- Re: No method overloading Fredrik Lundh
- Re: No method overloading alex23