testpropsys.py 204 字节 原文件 审查 历史 永久链接 1 2 3 4 from win32com.propsys import propsys, pscon print("propsys was imported (sorry - that is the extent of the tests,") print("but see the shell folder_view demo, which uses this module)") # that's all folks!