Introspection of win32com module / pythoncom module

Posted by crystal on Stack Overflow See other posts from Stack Overflow or by crystal
Published on 2010-03-04T14:06:14Z Indexed on 2010/03/11 18:34 UTC
Read the original article Hit count: 399

Filed under:

Hi, what is the best way to see what all functions that can be performed using pythoncom module? Specifically, i was working with the win32com module to operate upon excel files. I was not able to find introspection for it as we do for the rest of the modules. Can anyone please suggest how can i retrieve this information?

© Stack Overflow or respective owner

Related posts about python