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

Method server_url

plotly/io/_orca.py:304–316  ·  view source on GitHub ↗

The server URL to use for an external orca server, or None if orca should be managed locally Overrides executable, port, timeout, mathjax, topojson, and mapbox_access_token Returns ------- str or None

(self)

Source from the content-addressed store, hash-verified

302
303 @property
304 def server_url(self):
305 """
306 The server URL to use for an external orca server, or None if orca
307 should be managed locally
308
309 Overrides executable, port, timeout, mathjax, topojson,
310 and mapbox_access_token
311
312 Returns
313 -------
314 str or None
315 """
316 return self._props.get("server_url", None)
317
318 @server_url.setter
319 def server_url(self, val):

Callers

nothing calls this directly

Calls 4

shutdown_serverFunction · 0.85
getMethod · 0.45
popMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected