MCPcopy Index your code
hub / github.com/dmlc/dgl / _exit

Function _exit

python/dgl/distributed/dist_context.py:329–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327
328
329def _exit():
330 exit_client()
331 time.sleep(1)
332
333
334def finalize_worker():

Callers 1

init_processFunction · 0.85

Calls 1

exit_clientFunction · 0.85

Tested by

no test coverage detected