MCPcopy Create free account
hub / github.com/DIVE128/DMVSNet / init_worker

Function init_worker

filter/pcd.py:381–385  ·  view source on GitHub ↗

Catch Ctrl+C signal to termiante workers

()

Source from the content-addressed store, hash-verified

379 filter_depth(args, pair_folder, scan_folder, out_folder, os.path.join(args.outdir,"pcd" ,save_name))
380
381def init_worker():
382 '''
383 Catch Ctrl+C signal to termiante workers
384 '''
385 signal.signal(signal.SIGINT, signal.SIG_IGN)
386
387
388def pcd_filter(args, testlist, number_worker,suffix=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected