new extension type inheriting from list
Robin Becker
robin at jessikat.fsnet.co.uk
Sun Feb 1 05:48:21 EST 2004
Is there any example anywhere of a new style extension type that
inherits from a built in type. I would like to write a list based type,
but although I see there is a tp_bases slot I suspect there's more that
I need to know. How does one handle the forwarding of members and
methods etc. How does one do explicit super etc?
--
Robin Becker
More information about the Python-list
mailing list