And you probably should add:
...
def __init__(self, *args):
assert len(args) == len(self.__slots__)
...--T -- http://mail.python.org/mailman/listinfo/python-list
And you probably should add:
...
def __init__(self, *args):
assert len(args) == len(self.__slots__)
...--T -- http://mail.python.org/mailman/listinfo/python-list