[python-win32] win32com reference documentation
Mark Hammond
skippy.hammond at gmail.com
Thu Dec 17 12:44:17 CET 2009
On 17/12/2009 6:01 PM, Ross Boylan wrote:
> I don't see documentation on many of the core win32com modules, e.g,
> win32com.client.
> Dispatch does not appear in the index.
>
> More precisely, I see examples and tutorials, but no reference material.
> There is reference documentation on a few components--apparently mapi
> and pythoncom, but not in the main ones or win32com.
Unfortunately you aren't. Many of the Python implemented modules
(including win32com) have reasonable docstrings, but they aren't
integrated into the doc build process - ironically the C++ code has more
regularly formatted help text thanks to the autoduck markup, so
generated reasonable info. There is *some* support for extracting via
docstrings (eg, docs on the 'isapi' package), but win32com etc predate
that by a long way and would almost certainly need some docstring
cleanups for that to be reasonable (help appreciated ;). For now,
help(module.function) might work...
Mark
More information about the python-win32
mailing list