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

Method use_xvfb

plotly/io/_orca.py:655–657  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

653
654 @property
655 def use_xvfb(self):
656 dflt = "auto"
657 return self._props.get("use_xvfb", dflt)
658
659 @use_xvfb.setter
660 def use_xvfb(self, val):

Callers

nothing calls this directly

Calls 4

reset_statusFunction · 0.85
getMethod · 0.45
popMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected