test_lib2to3.py 101 字节 原文件 审查 历史 永久链接 1 2 3 4 5 from lib2to3.tests import load_tests import unittest if __name__ == '__main__': unittest.main()