Why can't I find any pywin32 documentation/res

2020-02-16 06:54发布

I cannot find pywin32 documentation or even a little synopsis of what the module is (I am aware its for win32 API stuff).

Is there any pywin32 documentation or resources? Maybe some examples?

3条回答
男人必须洒脱
2楼-- · 2020-02-16 07:43

There is a documentation for pywin32 on ActiveState :

and also a modules description and the list of objects

查看更多
仙女界的扛把子
3楼-- · 2020-02-16 07:45

The PyWin32 installation includes a .chm help file at [Pythonpath]\Lib\site-packages\PyWin32.chm.

The same info is online at http://timgolden.me.uk/pywin32-docs/index.html

And as P2bM states, you can also look at ActiveState's PyWin32 documentation, including a list of modules and a list of objects.

查看更多
一纸荒年 Trace。
4楼-- · 2020-02-16 07:47

Sadly, DDE is not actually documented, anywhere http://docs.activestate.com/activepython/2.6/pywin32/dde.html

The doc strings are all empty:

    >>> dde.CreateServer.__doc__
    >>>
查看更多
登录 后发表回答