MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _exit

Function _exit

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:355–361  ·  view source on GitHub ↗

Internal function. Calling it will raise the exception SystemExit.

(code=0)

Source from the content-addressed store, hash-verified

353
354
355def _exit(code=0):
356 """Internal function. Calling it will raise the exception SystemExit."""
357 try:
358 code = int(code)
359 except ValueError:
360 pass
361 raise SystemExit(code)
362
363
364_varnum = 0

Callers 1

_spawnvefFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected