dir() on C object type

Mark Rowe mark21rowe at yahoo.com
Mon Sep 17 01:01:58 EDT 2001


Hello All

I've just been playing around with building some object types using C.
Everything seems to be going fine, and I'm starting to get my head around
the reference side of things, but one thing still bugs me.  When I execute
the dir() function on an instance of my type, I get an empty list.  Is there
something I need to do to have its methods show up?

Mark





More information about the Python-list mailing list