Is there a way to 'mask out' inherited methods?

Cimarron Taylor cimarron+google at taylors.org
Thu May 2 23:31:06 EDT 2002


Do you really need to inherit?  Have you considered instead creating
a new class with only the methods you want and delegating the actual
operations to a private member?

Cim



More information about the Python-list mailing list