main.py 文件源码

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

项目:Deep-Subspace-Clustering 作者: tonyabracadabra 项目源码 文件源码
def usage():
    print "SMOP compiler version " + __version__
    print """Usage: smop [options] file-list
    Options:
    -V --version
    -X --exclude=FILES      Ignore files listed in comma-separated list FILES.
                            Can be used several times.
    -S --syntax-errors=FILES Ignore syntax errors in comma-separated list of FILES.
                            Can be used several times.
    -S.                     Always gnore syntax errors 
    -d --dot=REGEX          For functions whose names match REGEX, save debugging
                            information in "dot" format (see www.graphviz.org).
                            You need an installation of graphviz to use --dot
                            option.  Use "dot" utility to create a pdf file.
                            For example: 
                                $ python main.py fastsolver.m -d "solver|cbest"
                                $ dot -Tpdf -o resolve_solver.pdf resolve_solver.dot
    -h --help
    -o --output=FILENAME    By default create file named a.py
    -o- --output=-          Use standard output
    -s --strict             Stop on the first error
    -v --verbose
"""
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号