Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
_exit(status) Exit to the system with specified status, without normal exit processing.
src/n/u/nupic-linux64-HEAD/lib/python2.6/site-packages/xdist/plugin.py nupic-linux64(Download)
def runforked(): try: reports = runtestprotocol(item, log=False) except KeyboardInterrupt: py.std.os._exit(EXITSTATUS_TESTEXIT)
src/p/l/plexnet-HEAD/third_party/generic/pypy/py/test/plugin/pytest_runner.py plexnet(Download)
def runforked(): try: reports = runtestprotocol(item, log=False) except KeyboardInterrupt: py.std.os._exit(EXITSTATUS_TESTEXIT)
src/p/y/pytest-xdist-1.10/xdist/plugin.py pytest-xdist(Download)
def runforked(): try: reports = runtestprotocol(item, log=False) except KeyboardInterrupt: py.std.os._exit(EXITSTATUS_TESTEXIT)