Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

Like so:

class MyClass(set):

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):