MCPcopy Create free account
hub / github.com/cztomczak/cefpython / die

Function die

examples/pysdl2.py:58–63  ·  view source on GitHub ↗

Helper function to exit application on failed imports etc.

(msg)

Source from the content-addressed store, hash-verified

56
57
58def die(msg):
59 """
60 Helper function to exit application on failed imports etc.
61 """
62 sys.stderr.write("%s\n" % msg)
63 sys.exit(1)
64
65
66try:

Callers 1

pysdl2.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected