MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / is_interrupted

Method is_interrupted

tests/testing/run_image_tests.py:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48
49 def is_interrupted(self):
50 with self.all_processes_mutex:
51 return self.is_exiting.is_set()
52
53 def interrupt_and_exit(self):
54 print("Received interrupt (e.g. Ctrl-C), shutting down tests and exiting")

Callers 2

generate_refFunction · 0.80
run_testFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected