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

Method restore_defaults

plotly/io/_orca.py:170–178  ·  view source on GitHub ↗

Reset all orca configuration properties to their default values

(self, reset_server=True)

Source from the content-addressed store, hash-verified

168 }
169
170 def restore_defaults(self, reset_server=True):
171 """
172 Reset all orca configuration properties to their default values
173 """
174 self._props = {}
175
176 if reset_server:
177 # Server must restart before setting is active
178 reset_status()
179
180 def update(self, d={}, **kwargs):
181 """

Callers

nothing calls this directly

Calls 1

reset_statusFunction · 0.85

Tested by

no test coverage detected