MCPcopy Index your code
hub / github.com/plotly/plotly.py / cleanup

Function cleanup

plotly/io/_orca.py:1171–1172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1169# is run when the Python process is terminated
1170@atexit.register
1171def cleanup():
1172 shutdown_server()
1173
1174
1175def shutdown_server():

Callers

nothing calls this directly

Calls 1

shutdown_serverFunction · 0.85

Tested by

no test coverage detected