defining class

A.M. Kuchling amk at mira.erols.com
Fri Jan 26 20:36:36 EST 2001


On Fri, 26 Jan 2001 07:47:00 -0600, 
	Chris Gonnerman <chris.gonnerman at usa.net> wrote:
>Further down you are referred to a page about Python's metaclass feature.
>There they actually explain how you can do what you want to do.  For
>reference, the URL of that page is:

ExtensionClass from Digital Creations allows implementing class-like
objects in C, though the resulting objects are *not* Python instances,
which causes a few incompatibilities, such as isinstance() not working
on them.

--amk



More information about the Python-list mailing list