Hi, I can't figure out how I can extend the 'function' built-in class. I tried:
class test(function):
def test(self):
print("test")
but I get an error. Is it possible ?Regards, G. -- https://mail.python.org/mailman/listinfo/python-list
Hi, I can't figure out how I can extend the 'function' built-in class. I tried:
class test(function):
def test(self):
print("test")
but I get an error. Is it possible ?Regards, G. -- https://mail.python.org/mailman/listinfo/python-list