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

Method mapbox_access_token

plotly/io/_orca.py:627–635  ·  view source on GitHub ↗

Mapbox access token required to render mapbox traces. Returns ------- str

(self)

Source from the content-addressed store, hash-verified

625
626 @property
627 def mapbox_access_token(self):
628 """
629 Mapbox access token required to render mapbox traces.
630
631 Returns
632 -------
633 str
634 """
635 return self._props.get("mapbox_access_token", None)
636
637 @mapbox_access_token.setter
638 def mapbox_access_token(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