ArcBall.py 文件源码

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

项目:CGSolidWork 作者: igor-vaz 项目源码 文件源码
def _test ():
    # This will run doctest's unit testing capability.
    # see http://www.python.org/doc/current/lib/module-doctest.html
    #
    # doctest introspects the ArcBall module for all docstrings
    # that look like interactive python sessions and invokes
    # the same commands then and there as unit tests to compare
    # the output generated. Very nice for unit testing and
    # documentation.
    import doctest, ArcBall
    return doctest.testmod (ArcBall)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号