I have read that you can derive from the base classes such as str,
list, dict.

I guess this would look like:

def MyString(str):
def MyList(list):
def MyDict(dict):


How do you access the data that is contained in the super class?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to