pyaimp.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:pyaimp 作者: EpocDotFr 项目源码 文件源码
def _get_aimp_window(self):
        """Find the AIMP window handler who provides the remote API calls endpoint.

        :raises RuntimeError: The AIMP window cannot be found.
        :rtype: None
        """
        self._aimp_window = win32gui.FindWindow(AIMPRemoteAccessClass, None)

        if not self._aimp_window:
            raise RuntimeError('Unable to find the AIMP window. Are you sure it is running?')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号