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

Method version

plotly/io/_orca.py:802–809  ·  view source on GitHub ↗

If the `state` property is 'validated' or 'running', this property contains the version of the validated orca executable. This property will be None if the `state` is 'unvalidated'.

(self)

Source from the content-addressed store, hash-verified

800
801 @property
802 def version(self):
803 """
804 If the `state` property is 'validated' or 'running', this property
805 contains the version of the validated orca executable.
806
807 This property will be None if the `state` is 'unvalidated'.
808 """
809 return self._props["version"]
810
811 @property
812 def pid(self):

Callers 3

__init__.pyFile · 0.45
kaleido_majorFunction · 0.45
write_imagesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected