MCPcopy Index your code
hub / github.com/python/cpython / exit

Function exit

Android/android.py:409–410  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

407# Work around a bug involving sys.exit and TaskGroups
408# (https://github.com/python/cpython/issues/101515).
409def exit(*args):
410 raise MySystemExit(*args)
411
412
413class MySystemExit(Exception):

Callers 3

find_deviceFunction · 0.70
gradle_taskFunction · 0.70
xcode_testFunction · 0.50

Calls 1

MySystemExitClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…