Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 12 years ago

SLOtoSF gravatar image

The answer to this question is the derive the class from a set.

Like so:

class MyClass(set):

click to hide/show revision 2
No.2 Revision

The answer to this question is the derive the class from a set.set, but I think Volker's answer is to the point.

Like so:

class MyClass(set):