Home
last modified time | relevance | path

Searched refs:_err_exit (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dtrace.py655 def _err_exit(msg): function
769 _err_exit("cannot specify both --listfuncs and (--trace or --count)")
772 _err_exit("must specify one of --trace, --count, --report, "
776 _err_exit("cannot specify both --report and --no-report")
779 _err_exit("--report requires a --file")
782 _err_exit("missing name of file to run")
809 _err_exit("Cannot run file %r because: %s" % (sys.argv[0], err))