Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1171
def
cleanup():
1172
shutdown_server()
1173
1174
1175
def
shutdown_server():
Callers
nothing calls this directly
Calls
1
shutdown_server
Function · 0.85
Tested by
no test coverage detected