Introspecting COM objects

Giuseppe Ricioppo exml at libero.it
Sun Dec 29 12:03:50 EST 2002


Hi All and happy new 11111010011!

I'm playing with COM as follows:

    >>> import win32com.client
    >>> xl=win32com.client.Dispatch("Excel.Application")
    >>> xl.Visible=1
    >>> xl    # Is this an example of introspection?
    <win32com.gen_py.Microsoft Excel 8.0 Object Library._Application>
    >>>

Best regards.

Gius.





More information about the Python-list mailing list