[python-win32] Why doesn't dir() list COM object properties, only methods?

2014-09-15 Thread Jeremy Herbert
all of the properties of a COM object instance? Thanks, Jeremy Herbert ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Why doesn't dir() list COM object properties, only methods?

2014-09-15 Thread Jeremy Herbert
Hi Tim, Sorry, I did not intend for my message to be interpreted as overly harsh :) Is there any way to introspect the properties of the objects at runtime using python? They are present in the makepy file under _prop_map_get_. Thanks, Jeremy Herbert On Mon, Sep 15, 2014 at 7:33 PM, Tim