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

Method stream

plotly/graph_objs/_bar.py:944–956  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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):

Callers 12

ocFunction · 0.45
QfFunction · 0.45
onFunction · 0.45
ccFunction · 0.45
MhFunction · 0.45
uaFunction · 0.45
GrFunction · 0.45
ccFunction · 0.45
YfFunction · 0.45
_nFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected