testROT.py 文件源码

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

项目:pupy 作者: ru-faraon 项目源码 文件源码
def testit(self):
        ctx = pythoncom.CreateBindCtx()
        rot = pythoncom.GetRunningObjectTable()
        num = 0
        for mk in rot:
            name = mk.GetDisplayName(ctx, None)
            num += 1
            # Monikers themselves can iterate their contents (sometimes :)
            try:
                for sub in mk:
                    num += 1
            except pythoncom.com_error, exc:
                if exc.hresult != winerror.E_NOTIMPL:
                    raise

        #if num < 2:
        #    print "Only", num, "objects in the ROT - this is unusual"
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号