H
Hussein B
Hey,
Please correct me if I'm wrong but Python doesn't support method
overload, right?
Please correct me if I'm wrong but Python doesn't support method
overload, right?
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
Hussein said:Please correct me if I'm wrong but Python doesn't support method
overload, right?
--
def method(self):
#code
def method(self, data):
#code
Please correct me if I'm wrong but Python doesn't support method
overload, right?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.