The 'stream' property is an instance of Stream that may be specified as: - An instance of :class:`plotly.graph_objs.bar.Stream` - A dict of string/value properties that will be passed to the Stream constructor Returns -------
(self)
| 942 | |
| 943 | @property |
| 944 | def stream(self): |
| 945 | """ |
| 946 | The 'stream' property is an instance of Stream |
| 947 | that may be specified as: |
| 948 | - An instance of :class:`plotly.graph_objs.bar.Stream` |
| 949 | - A dict of string/value properties that will be passed |
| 950 | to the Stream constructor |
| 951 | |
| 952 | Returns |
| 953 | ------- |
| 954 | plotly.graph_objs.bar.Stream |
| 955 | """ |
| 956 | return self["stream"] |
| 957 | |
| 958 | @stream.setter |
| 959 | def stream(self, val): |
no outgoing calls
no test coverage detected