Without to know the names, is it possible to dump all attributes of a
com object?
from win32com.adsi import *
objDom = ADsOpenObject("LDAP:/ ...
print ???"all attributes"??? of objDom
Thanks
Wolfgang
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for your tips.
But dir() and inspect did not really help.
dir():
['GetIDsOfNames', 'GetTypeInfo', 'GetTypeInfoCount', 'Invoke',
'InvokeTypes', 'QueryInterface', '_ApplyTypes_', '_FlagAsMethod',
'_LazyAddAttr_', '_NewEnum', '_Release_', '__AttrToID__',
'__LazyMap__', '__call__', '__cmp__', '
Many thanks to all of you; I learned a lot and will come up next time
hopefully with some less utopic project ...
:-)
Wolfgang
--
http://mail.python.org/mailman/listinfo/python-list