The `frames` property is a tuple of the figure's frame objects Returns ------- tuple[plotly.graph_objs.Frame]
(self)
| 2854 | # ------ |
| 2855 | @property |
| 2856 | def frames(self): |
| 2857 | """ |
| 2858 | The `frames` property is a tuple of the figure's frame objects |
| 2859 | |
| 2860 | Returns |
| 2861 | ------- |
| 2862 | tuple[plotly.graph_objs.Frame] |
| 2863 | """ |
| 2864 | return self["frames"] |
| 2865 | |
| 2866 | @frames.setter |
| 2867 | def frames(self, new_frames): |
nothing calls this directly
no test coverage detected