MCPcopy
hub / github.com/Nuitka/Nuitka / sysexit

Function sysexit

nuitka/options/OptionParsing.py:2379–2380  ·  view source on GitHub ↗
(count, message)

Source from the content-addressed store, hash-verified

2377 return []
2378
2379 def sysexit(count, message):
2380 return logger.sysexit("%s:%d %s" % (filename_arg, count + 1, message))
2381
2382 execute_block = True
2383 expect_block = False

Callers 2

getNuitkaProjectOptionsFunction · 0.85
iterateModuleNamesMethod · 0.85

Calls 1

sysexitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…