Why can't I find any pywin32 documentation/resources

前端 未结 3 414
梦谈多话
梦谈多话 2020-12-12 16:30

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 reso

3条回答
  •  春和景丽
    2020-12-12 16:46

    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__
        >>>
    

提交回复
热议问题