body_hash
stringlengths
64
64
body
stringlengths
23
109k
docstring
stringlengths
1
57k
path
stringlengths
4
198
name
stringlengths
1
115
repository_name
stringlengths
7
111
repository_stars
float64
0
191k
lang
stringclasses
1 value
body_without_docstring
stringlengths
14
108k
unified
stringlengths
45
133k
1a18ab2e1cac0d9e7a72751c1f0aa618d9512d5265611b020ce4ab13b329224b
@property def start(self): "\n Sets the starting value for the y axis bins. Defaults to the\n minimum data value, shifted down if necessary to make nice\n round values and to remove ambiguous bin edges. For example, if\n most of the data is integers we shift the bin edges 0.5 down,\n ...
Sets the starting value for the y axis bins. Defaults to the minimum data value, shifted down if necessary to make nice round values and to remove ambiguous bin edges. For example, if most of the data is integers we shift the bin edges 0.5 down, so a `size` of 5 would have a default `start` of -0.5, so it is clear that...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
start
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def start(self): "\n Sets the starting value for the y axis bins. Defaults to the\n minimum data value, shifted down if necessary to make nice\n round values and to remove ambiguous bin edges. For example, if\n most of the data is integers we shift the bin edges 0.5 down,\n ...
@property def start(self): "\n Sets the starting value for the y axis bins. Defaults to the\n minimum data value, shifted down if necessary to make nice\n round values and to remove ambiguous bin edges. For example, if\n most of the data is integers we shift the bin edges 0.5 down,\n ...
dc640d3693d60c995423443fc80fc18be20050b7c1dd5d167e785c78f9e3c68f
def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): '\n Construct a new YBins object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.YBins\n e...
Construct a new YBins object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.YBins end Sets the end value for the y axis bins. The last bin may not end exactly at this value, we increment the bin edge by `size` from `start`...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): '\n Construct a new YBins object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.YBins\n e...
def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): '\n Construct a new YBins object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.YBins\n e...
bda3600484c44cfba087989feb04f01688bd96ecee44bc98c7e0cbc5ecb8d6e1
@property def end(self): "\n Sets the end value for the x axis bins. The last bin may not\n end exactly at this value, we increment the bin edge by `size`\n from `start` until we reach or exceed `end`. Defaults to the\n maximum data value. Like `start`, for dates use a date string,\n ...
Sets the end value for the x axis bins. The last bin may not end exactly at this value, we increment the bin edge by `size` from `start` until we reach or exceed `end`. Defaults to the maximum data value. Like `start`, for dates use a date string, and for category data `end` is based on the category serial numbers. Th...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
end
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def end(self): "\n Sets the end value for the x axis bins. The last bin may not\n end exactly at this value, we increment the bin edge by `size`\n from `start` until we reach or exceed `end`. Defaults to the\n maximum data value. Like `start`, for dates use a date string,\n ...
@property def end(self): "\n Sets the end value for the x axis bins. The last bin may not\n end exactly at this value, we increment the bin edge by `size`\n from `start` until we reach or exceed `end`. Defaults to the\n maximum data value. Like `start`, for dates use a date string,\n ...
4c35da1549eaeb4de19b4d8da5a7666c3e85768f5ae2a51151eebfa794cfa4f1
@property def size(self): '\n Sets the size of each x axis bin. Default behavior: If `nbinsx`\n is 0 or omitted, we choose a nice round bin size such that the\n number of bins is about the same as the typical number of\n samples in each bin. If `nbinsx` is provided, we choose a nice\n ...
Sets the size of each x axis bin. Default behavior: If `nbinsx` is 0 or omitted, we choose a nice round bin size such that the number of bins is about the same as the typical number of samples in each bin. If `nbinsx` is provided, we choose a nice round bin size giving no more than that many bins. For date data, use mi...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
size
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def size(self): '\n Sets the size of each x axis bin. Default behavior: If `nbinsx`\n is 0 or omitted, we choose a nice round bin size such that the\n number of bins is about the same as the typical number of\n samples in each bin. If `nbinsx` is provided, we choose a nice\n ...
@property def size(self): '\n Sets the size of each x axis bin. Default behavior: If `nbinsx`\n is 0 or omitted, we choose a nice round bin size such that the\n number of bins is about the same as the typical number of\n samples in each bin. If `nbinsx` is provided, we choose a nice\n ...
84600b54b69156f7e5b4f2bca6eeadf8e1482f72a4f545682a185eccf4aeecef
@property def start(self): "\n Sets the starting value for the x axis bins. Defaults to the\n minimum data value, shifted down if necessary to make nice\n round values and to remove ambiguous bin edges. For example, if\n most of the data is integers we shift the bin edges 0.5 down,\n ...
Sets the starting value for the x axis bins. Defaults to the minimum data value, shifted down if necessary to make nice round values and to remove ambiguous bin edges. For example, if most of the data is integers we shift the bin edges 0.5 down, so a `size` of 5 would have a default `start` of -0.5, so it is clear that...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
start
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def start(self): "\n Sets the starting value for the x axis bins. Defaults to the\n minimum data value, shifted down if necessary to make nice\n round values and to remove ambiguous bin edges. For example, if\n most of the data is integers we shift the bin edges 0.5 down,\n ...
@property def start(self): "\n Sets the starting value for the x axis bins. Defaults to the\n minimum data value, shifted down if necessary to make nice\n round values and to remove ambiguous bin edges. For example, if\n most of the data is integers we shift the bin edges 0.5 down,\n ...
704054d59be3d68518108cc09648670f346134cd9e217264ddb3ea21194bd230
def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): '\n Construct a new XBins object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.XBins\n e...
Construct a new XBins object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.XBins end Sets the end value for the x axis bins. The last bin may not end exactly at this value, we increment the bin edge by `size` from `start`...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): '\n Construct a new XBins object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.XBins\n e...
def __init__(self, arg=None, end=None, size=None, start=None, **kwargs): '\n Construct a new XBins object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.XBins\n e...
7da21cbbde9b52b319127ef6ac0c65261d8033758381b4b99d74fb53bbdec6a5
@property def marker(self): "\n The 'marker' property is an instance of Marker\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.unselected.Marker\n - A dict of string/value properties that will be passed\n to the Marker constructor\n \n ...
The 'marker' property is an instance of Marker that may be specified as: - An instance of plotly.graph_objs.histogram.unselected.Marker - A dict of string/value properties that will be passed to the Marker constructor Supported dict properties: color Sets the marker color of un...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
marker
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def marker(self): "\n The 'marker' property is an instance of Marker\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.unselected.Marker\n - A dict of string/value properties that will be passed\n to the Marker constructor\n \n ...
@property def marker(self): "\n The 'marker' property is an instance of Marker\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.unselected.Marker\n - A dict of string/value properties that will be passed\n to the Marker constructor\n \n ...
d175e58247a44978a4d42e39258d2c88c1e783ada7c15d229c3a147acbe9a1dc
@property def textfont(self): "\n The 'textfont' property is an instance of Textfont\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.unselected.Textfont\n - A dict of string/value properties that will be passed\n to the Textfont constructor\n ...
The 'textfont' property is an instance of Textfont that may be specified as: - An instance of plotly.graph_objs.histogram.unselected.Textfont - A dict of string/value properties that will be passed to the Textfont constructor Supported dict properties: color Sets the text font ...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
textfont
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def textfont(self): "\n The 'textfont' property is an instance of Textfont\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.unselected.Textfont\n - A dict of string/value properties that will be passed\n to the Textfont constructor\n ...
@property def textfont(self): "\n The 'textfont' property is an instance of Textfont\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.unselected.Textfont\n - A dict of string/value properties that will be passed\n to the Textfont constructor\n ...
9686f86a8ca5014ea416660d662101bb86b0166df7ff43a20775c60ac978effc
def __init__(self, arg=None, marker=None, textfont=None, **kwargs): '\n Construct a new Unselected object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Unselected\n ...
Construct a new Unselected object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.Unselected marker plotly.graph_objs.histogram.unselected.Marker instance or dict with compatible properties textfont plotly.graph_objs.histog...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, marker=None, textfont=None, **kwargs): '\n Construct a new Unselected object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Unselected\n ...
def __init__(self, arg=None, marker=None, textfont=None, **kwargs): '\n Construct a new Unselected object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Unselected\n ...
0afc1b098cd5e0a39944f88050ce745c7e9eafdf824b465bc8828ca3f96d7768
@property def maxpoints(self): "\n Sets the maximum number of points to keep on the plots from an\n incoming stream. If `maxpoints` is set to 50, only the newest\n 50 points will be displayed on the plot.\n \n The 'maxpoints' property is a number and may be specified as:\n - ...
Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to 50, only the newest 50 points will be displayed on the plot. The 'maxpoints' property is a number and may be specified as: - An int or float in the interval [0, 10000] Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
maxpoints
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def maxpoints(self): "\n Sets the maximum number of points to keep on the plots from an\n incoming stream. If `maxpoints` is set to 50, only the newest\n 50 points will be displayed on the plot.\n \n The 'maxpoints' property is a number and may be specified as:\n - ...
@property def maxpoints(self): "\n Sets the maximum number of points to keep on the plots from an\n incoming stream. If `maxpoints` is set to 50, only the newest\n 50 points will be displayed on the plot.\n \n The 'maxpoints' property is a number and may be specified as:\n - ...
9ee89ca0a116ef27726a38f905fa13bf1a602e8cc7ff8112e2b9958a1fbfb79e
@property def token(self): "\n The stream id number links a data trace on a plot with a\n stream. See https://plot.ly/settings for more details.\n \n The 'token' property is a string and must be specified as:\n - A non-empty string\n\n Returns\n -------\n str\n ...
The stream id number links a data trace on a plot with a stream. See https://plot.ly/settings for more details. The 'token' property is a string and must be specified as: - A non-empty string Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
token
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def token(self): "\n The stream id number links a data trace on a plot with a\n stream. See https://plot.ly/settings for more details.\n \n The 'token' property is a string and must be specified as:\n - A non-empty string\n\n Returns\n -------\n str\n ...
@property def token(self): "\n The stream id number links a data trace on a plot with a\n stream. See https://plot.ly/settings for more details.\n \n The 'token' property is a string and must be specified as:\n - A non-empty string\n\n Returns\n -------\n str\n ...
ac627320e19151e5f3757cee66207f0a0bfd456cc8fbf2b3382d6eec85f0d27f
def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): '\n Construct a new Stream object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Stream\n maxp...
Construct a new Stream object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.Stream maxpoints Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to 50, only the newest 50 ...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): '\n Construct a new Stream object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Stream\n maxp...
def __init__(self, arg=None, maxpoints=None, token=None, **kwargs): '\n Construct a new Stream object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Stream\n maxp...
502f3e9b7ea77e0be5ce6cf320f843a5a13486404ed53d93c7679f53fa07a1c2
@property def marker(self): "\n The 'marker' property is an instance of Marker\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.selected.Marker\n - A dict of string/value properties that will be passed\n to the Marker constructor\n \n ...
The 'marker' property is an instance of Marker that may be specified as: - An instance of plotly.graph_objs.histogram.selected.Marker - A dict of string/value properties that will be passed to the Marker constructor Supported dict properties: color Sets the marker color of sele...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
marker
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def marker(self): "\n The 'marker' property is an instance of Marker\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.selected.Marker\n - A dict of string/value properties that will be passed\n to the Marker constructor\n \n ...
@property def marker(self): "\n The 'marker' property is an instance of Marker\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.selected.Marker\n - A dict of string/value properties that will be passed\n to the Marker constructor\n \n ...
0ac492bc1ad06aded430ea5f6b526d9bce957ede771ed25130b97234e9df879e
@property def textfont(self): "\n The 'textfont' property is an instance of Textfont\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.selected.Textfont\n - A dict of string/value properties that will be passed\n to the Textfont constructor\n \n...
The 'textfont' property is an instance of Textfont that may be specified as: - An instance of plotly.graph_objs.histogram.selected.Textfont - A dict of string/value properties that will be passed to the Textfont constructor Supported dict properties: color Sets the text font co...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
textfont
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def textfont(self): "\n The 'textfont' property is an instance of Textfont\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.selected.Textfont\n - A dict of string/value properties that will be passed\n to the Textfont constructor\n \n...
@property def textfont(self): "\n The 'textfont' property is an instance of Textfont\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.selected.Textfont\n - A dict of string/value properties that will be passed\n to the Textfont constructor\n \n...
27b4646310d26031a88954236181f5b2c300c9f64fad8e22309aa975c33c5a87
def __init__(self, arg=None, marker=None, textfont=None, **kwargs): '\n Construct a new Selected object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Selected\n ...
Construct a new Selected object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.Selected marker plotly.graph_objs.histogram.selected.Marker instance or dict with compatible properties textfont plotly.graph_objs.histogram.se...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, marker=None, textfont=None, **kwargs): '\n Construct a new Selected object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Selected\n ...
def __init__(self, arg=None, marker=None, textfont=None, **kwargs): '\n Construct a new Selected object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogram.Selected\n ...
528b7d5efcf6f6c140e45c7be29ce44aea19b225de58026ced82c1bfb2a20b68
@property def autocolorscale(self): "\n Determines whether the colorscale is a default palette\n (`autocolorscale: true`) or the palette determined by\n `marker.colorscale`. Has an effect only if in `marker.color`is\n set to a numerical array. In case `colorscale` is unspecified\n ...
Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether ...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
autocolorscale
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def autocolorscale(self): "\n Determines whether the colorscale is a default palette\n (`autocolorscale: true`) or the palette determined by\n `marker.colorscale`. Has an effect only if in `marker.color`is\n set to a numerical array. In case `colorscale` is unspecified\n ...
@property def autocolorscale(self): "\n Determines whether the colorscale is a default palette\n (`autocolorscale: true`) or the palette determined by\n `marker.colorscale`. Has an effect only if in `marker.color`is\n set to a numerical array. In case `colorscale` is unspecified\n ...
4d060a21ceaeeaf82f8425d2cf7552b6158323b60b9aedccf536a2740bcdb10d
@property def cauto(self): "\n Determines whether or not the color domain is computed with\n respect to the input data (here in `marker.color`) or the\n bounds set in `marker.cmin` and `marker.cmax` Has an effect\n only if in `marker.color`is set to a numerical array. Defaults\n ...
Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user. The 'cau...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
cauto
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def cauto(self): "\n Determines whether or not the color domain is computed with\n respect to the input data (here in `marker.color`) or the\n bounds set in `marker.cmin` and `marker.cmax` Has an effect\n only if in `marker.color`is set to a numerical array. Defaults\n ...
@property def cauto(self): "\n Determines whether or not the color domain is computed with\n respect to the input data (here in `marker.color`) or the\n bounds set in `marker.cmin` and `marker.cmax` Has an effect\n only if in `marker.color`is set to a numerical array. Defaults\n ...
144cd7ac41bd38b674bda0821800bdbd8475ad33edbbe0dec208e07d6a0f1920
@property def cmax(self): "\n Sets the upper bound of the color domain. Has an effect only if\n in `marker.color`is set to a numerical array. Value should have\n the same units as in `marker.color` and if set, `marker.cmin`\n must be set as well.\n \n The 'cmax' property is a n...
Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well. The 'cmax' property is a number and may be specified as: - An int or float Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
cmax
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def cmax(self): "\n Sets the upper bound of the color domain. Has an effect only if\n in `marker.color`is set to a numerical array. Value should have\n the same units as in `marker.color` and if set, `marker.cmin`\n must be set as well.\n \n The 'cmax' property is a n...
@property def cmax(self): "\n Sets the upper bound of the color domain. Has an effect only if\n in `marker.color`is set to a numerical array. Value should have\n the same units as in `marker.color` and if set, `marker.cmin`\n must be set as well.\n \n The 'cmax' property is a n...
50165e54f3c993800956554925f5a7df81bd22e9d95b72fef063a31890299ff1
@property def cmid(self): "\n Sets the mid-point of the color domain by scaling `marker.cmin`\n and/or `marker.cmax` to be equidistant to this point. Has an\n effect only if in `marker.color`is set to a numerical array.\n Value should have the same units as in `marker.color`. Has no\n ...
Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`. The 'cmid' property is a number ...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
cmid
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def cmid(self): "\n Sets the mid-point of the color domain by scaling `marker.cmin`\n and/or `marker.cmax` to be equidistant to this point. Has an\n effect only if in `marker.color`is set to a numerical array.\n Value should have the same units as in `marker.color`. Has no\n ...
@property def cmid(self): "\n Sets the mid-point of the color domain by scaling `marker.cmin`\n and/or `marker.cmax` to be equidistant to this point. Has an\n effect only if in `marker.color`is set to a numerical array.\n Value should have the same units as in `marker.color`. Has no\n ...
be932ffaf7dca155a73f9b5a96937c4aeb478b6e1fc49764479f5e32783184c4
@property def cmin(self): "\n Sets the lower bound of the color domain. Has an effect only if\n in `marker.color`is set to a numerical array. Value should have\n the same units as in `marker.color` and if set, `marker.cmax`\n must be set as well.\n \n The 'cmin' property is a n...
Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well. The 'cmin' property is a number and may be specified as: - An int or float Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
cmin
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def cmin(self): "\n Sets the lower bound of the color domain. Has an effect only if\n in `marker.color`is set to a numerical array. Value should have\n the same units as in `marker.color` and if set, `marker.cmax`\n must be set as well.\n \n The 'cmin' property is a n...
@property def cmin(self): "\n Sets the lower bound of the color domain. Has an effect only if\n in `marker.color`is set to a numerical array. Value should have\n the same units as in `marker.color` and if set, `marker.cmax`\n must be set as well.\n \n The 'cmin' property is a n...
ba46b7143b0fecdf90cb3c902627448cb15a542d629161fd68e3736cd1ccdd53
@property def color(self): "\n Sets themarkercolor. It accepts either a specific color or an\n array of numbers that are mapped to the colorscale relative to\n the max and min values of the array or relative to\n `marker.cmin` and `marker.cmax` if set.\n \n The 'color' property...
Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set. The 'color' property is a color and may be specified as: - A hex string (e.g. '#ff0000') - An rgb/r...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
color
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def color(self): "\n Sets themarkercolor. It accepts either a specific color or an\n array of numbers that are mapped to the colorscale relative to\n the max and min values of the array or relative to\n `marker.cmin` and `marker.cmax` if set.\n \n The 'color' property...
@property def color(self): "\n Sets themarkercolor. It accepts either a specific color or an\n array of numbers that are mapped to the colorscale relative to\n the max and min values of the array or relative to\n `marker.cmin` and `marker.cmax` if set.\n \n The 'color' property...
cba16693f4c606abb0475401e33a13ed5566570fd1008770571de3b94965f81c
@property def colorbar(self): '\n The \'colorbar\' property is an instance of ColorBar\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.marker.ColorBar\n - A dict of string/value properties that will be passed\n to the ColorBar constructor\n \n...
The 'colorbar' property is an instance of ColorBar that may be specified as: - An instance of plotly.graph_objs.histogram.marker.ColorBar - A dict of string/value properties that will be passed to the ColorBar constructor Supported dict properties: bgcolor Sets the color of pad...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
colorbar
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def colorbar(self): '\n The \'colorbar\' property is an instance of ColorBar\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.marker.ColorBar\n - A dict of string/value properties that will be passed\n to the ColorBar constructor\n \n...
@property def colorbar(self): '\n The \'colorbar\' property is an instance of ColorBar\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.marker.ColorBar\n - A dict of string/value properties that will be passed\n to the ColorBar constructor\n \n...
e706024b0433813439c15a7ab0051bf3a99670ab62a3e4ad3ec42635c8ca904e
@property def colorscale(self): "\n Sets the colorscale. Has an effect only if in `marker.color`is\n set to a numerical array. The colorscale must be an array\n containing arrays mapping a normalized value to an rgb, rgba,\n hex, hsl, hsv, or named color string. At minimum, a mapping for...
Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'r...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
colorscale
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def colorscale(self): "\n Sets the colorscale. Has an effect only if in `marker.color`is\n set to a numerical array. The colorscale must be an array\n containing arrays mapping a normalized value to an rgb, rgba,\n hex, hsl, hsv, or named color string. At minimum, a mapping for...
@property def colorscale(self): "\n Sets the colorscale. Has an effect only if in `marker.color`is\n set to a numerical array. The colorscale must be an array\n containing arrays mapping a normalized value to an rgb, rgba,\n hex, hsl, hsv, or named color string. At minimum, a mapping for...
634fbde503198521f74e0c543a35359ffb01371186bc082e968970fb1d8dc444
@property def colorsrc(self): "\n Sets the source reference on plot.ly for color .\n \n The 'colorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['colorsrc']
Sets the source reference on plot.ly for color . The 'colorsrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
colorsrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def colorsrc(self): "\n Sets the source reference on plot.ly for color .\n \n The 'colorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['colorsrc']
@property def colorsrc(self): "\n Sets the source reference on plot.ly for color .\n \n The 'colorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['colorsrc']<|docstring|>Sets the...
669a98332243d70ef6d982f00adcbcb2de9b467eb8bd71fbebe02f3be4c2873f
@property def line(self): "\n The 'line' property is an instance of Line\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.marker.Line\n - A dict of string/value properties that will be passed\n to the Line constructor\n \n Supported ...
The 'line' property is an instance of Line that may be specified as: - An instance of plotly.graph_objs.histogram.marker.Line - A dict of string/value properties that will be passed to the Line constructor Supported dict properties: autocolorscale Determines whether the colorsc...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
line
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def line(self): "\n The 'line' property is an instance of Line\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.marker.Line\n - A dict of string/value properties that will be passed\n to the Line constructor\n \n Supported ...
@property def line(self): "\n The 'line' property is an instance of Line\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.marker.Line\n - A dict of string/value properties that will be passed\n to the Line constructor\n \n Supported ...
be61beef094d6c59fb320a4175889023d7f44da5362f3fa62905963d0390a8ec
@property def opacity(self): "\n Sets the opacity of the bars.\n \n The 'opacity' property is a number and may be specified as:\n - An int or float in the interval [0, 1]\n - A tuple, list, or one-dimensional numpy array of the above\n\n Returns\n -------\n in...
Sets the opacity of the bars. The 'opacity' property is a number and may be specified as: - An int or float in the interval [0, 1] - A tuple, list, or one-dimensional numpy array of the above Returns ------- int|float|numpy.ndarray
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
opacity
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def opacity(self): "\n Sets the opacity of the bars.\n \n The 'opacity' property is a number and may be specified as:\n - An int or float in the interval [0, 1]\n - A tuple, list, or one-dimensional numpy array of the above\n\n Returns\n -------\n in...
@property def opacity(self): "\n Sets the opacity of the bars.\n \n The 'opacity' property is a number and may be specified as:\n - An int or float in the interval [0, 1]\n - A tuple, list, or one-dimensional numpy array of the above\n\n Returns\n -------\n in...
0f025110bda981e2841ad5e7b38b4a9b33c878f05879cb69d42c996622232193
@property def opacitysrc(self): "\n Sets the source reference on plot.ly for opacity .\n \n The 'opacitysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['opacitysrc']
Sets the source reference on plot.ly for opacity . The 'opacitysrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
opacitysrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def opacitysrc(self): "\n Sets the source reference on plot.ly for opacity .\n \n The 'opacitysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['opacitysrc']
@property def opacitysrc(self): "\n Sets the source reference on plot.ly for opacity .\n \n The 'opacitysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['opacitysrc']<|docstring|>...
099b512cf382b93d512ce58b963a176b31cd8d2a5b54825174c8302fa07bad46
@property def reversescale(self): "\n Reverses the color mapping if true. Has an effect only if in\n `marker.color`is set to a numerical array. If true,\n `marker.cmin` will correspond to the last color in the array\n and `marker.cmax` will correspond to the first color.\n \n T...
Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color. The 'reversescale' property must be specified as a bool (either True, or False) Returns --...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
reversescale
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def reversescale(self): "\n Reverses the color mapping if true. Has an effect only if in\n `marker.color`is set to a numerical array. If true,\n `marker.cmin` will correspond to the last color in the array\n and `marker.cmax` will correspond to the first color.\n \n T...
@property def reversescale(self): "\n Reverses the color mapping if true. Has an effect only if in\n `marker.color`is set to a numerical array. If true,\n `marker.cmin` will correspond to the last color in the array\n and `marker.cmax` will correspond to the first color.\n \n T...
e6c302582eba377617c2fd503022a57bb60ec0b5135af5ee97a6c7397512414a
@property def showscale(self): "\n Determines whether or not a colorbar is displayed for this\n trace. Has an effect only if in `marker.color`is set to a\n numerical array.\n \n The 'showscale' property must be specified as a bool\n (either True, or False)\n\n Returns\n ...
Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array. The 'showscale' property must be specified as a bool (either True, or False) Returns ------- bool
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
showscale
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def showscale(self): "\n Determines whether or not a colorbar is displayed for this\n trace. Has an effect only if in `marker.color`is set to a\n numerical array.\n \n The 'showscale' property must be specified as a bool\n (either True, or False)\n\n Returns\n ...
@property def showscale(self): "\n Determines whether or not a colorbar is displayed for this\n trace. Has an effect only if in `marker.color`is set to a\n numerical array.\n \n The 'showscale' property must be specified as a bool\n (either True, or False)\n\n Returns\n ...
6ded6612592195ec37c67eff1437384c2ad6ce3a8f156eab4f955489db5308c0
def __init__(self, arg=None, autocolorscale=None, cauto=None, cmax=None, cmid=None, cmin=None, color=None, colorbar=None, colorscale=None, colorsrc=None, line=None, opacity=None, opacitysrc=None, reversescale=None, showscale=None, **kwargs): "\n Construct a new Marker object\n \n Parameters\n ...
Construct a new Marker object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.Marker autocolorscale Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colors...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, autocolorscale=None, cauto=None, cmax=None, cmid=None, cmin=None, color=None, colorbar=None, colorscale=None, colorsrc=None, line=None, opacity=None, opacitysrc=None, reversescale=None, showscale=None, **kwargs): "\n Construct a new Marker object\n \n Parameters\n ...
def __init__(self, arg=None, autocolorscale=None, cauto=None, cmax=None, cmid=None, cmin=None, color=None, colorbar=None, colorscale=None, colorsrc=None, line=None, opacity=None, opacitysrc=None, reversescale=None, showscale=None, **kwargs): "\n Construct a new Marker object\n \n Parameters\n ...
5301c30ab78e6f1ab9e86d272eddd3b60e05cb7e8fe1f029c50097b55be21da0
@property def align(self): "\n Sets the horizontal alignment of the text content within hover\n label box. Has an effect only if the hover label text spans\n more two or more lines\n \n The 'align' property is an enumeration that may be specified as:\n - One of the following ...
Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines The 'align' property is an enumeration that may be specified as: - One of the following enumeration values: ['left', 'right', 'auto'] - A tuple, list, or one-dim...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
align
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def align(self): "\n Sets the horizontal alignment of the text content within hover\n label box. Has an effect only if the hover label text spans\n more two or more lines\n \n The 'align' property is an enumeration that may be specified as:\n - One of the following ...
@property def align(self): "\n Sets the horizontal alignment of the text content within hover\n label box. Has an effect only if the hover label text spans\n more two or more lines\n \n The 'align' property is an enumeration that may be specified as:\n - One of the following ...
8bb4f058c296dead8179caeb61e31cf03ea2256a2f91f1f861e313e0c3ac601d
@property def alignsrc(self): "\n Sets the source reference on plot.ly for align .\n \n The 'alignsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['alignsrc']
Sets the source reference on plot.ly for align . The 'alignsrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
alignsrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def alignsrc(self): "\n Sets the source reference on plot.ly for align .\n \n The 'alignsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['alignsrc']
@property def alignsrc(self): "\n Sets the source reference on plot.ly for align .\n \n The 'alignsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['alignsrc']<|docstring|>Sets the...
8eed9d5868858181967d59795b94e8b1991f40d2e49e51e585885e581309d25d
@property def bgcolor(self): "\n Sets the background color of the hover labels for this trace\n \n The 'bgcolor' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0...
Sets the background color of the hover labels for this trace The 'bgcolor' property is a color and may be specified as: - A hex string (e.g. '#ff0000') - An rgb/rgba string (e.g. 'rgb(255,0,0)') - An hsl/hsla string (e.g. 'hsl(0,100%,50%)') - An hsv/hsva string (e.g. 'hsv(0,100%,100%)') - A named CSS color: ...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
bgcolor
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def bgcolor(self): "\n Sets the background color of the hover labels for this trace\n \n The 'bgcolor' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0...
@property def bgcolor(self): "\n Sets the background color of the hover labels for this trace\n \n The 'bgcolor' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0...
734645bbcd2b110057995038d6a194ed2dc34c7bb8130f6693e04452f07c63db
@property def bgcolorsrc(self): "\n Sets the source reference on plot.ly for bgcolor .\n \n The 'bgcolorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['bgcolorsrc']
Sets the source reference on plot.ly for bgcolor . The 'bgcolorsrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
bgcolorsrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def bgcolorsrc(self): "\n Sets the source reference on plot.ly for bgcolor .\n \n The 'bgcolorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['bgcolorsrc']
@property def bgcolorsrc(self): "\n Sets the source reference on plot.ly for bgcolor .\n \n The 'bgcolorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['bgcolorsrc']<|docstring|>...
3b97d65abd351dea22ea2dfb5811566428a74fb01ef95a7154a0b517335380ab
@property def bordercolor(self): "\n Sets the border color of the hover labels for this trace.\n \n The 'bordercolor' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. '...
Sets the border color of the hover labels for this trace. The 'bordercolor' property is a color and may be specified as: - A hex string (e.g. '#ff0000') - An rgb/rgba string (e.g. 'rgb(255,0,0)') - An hsl/hsla string (e.g. 'hsl(0,100%,50%)') - An hsv/hsva string (e.g. 'hsv(0,100%,100%)') - A named CSS color:...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
bordercolor
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def bordercolor(self): "\n Sets the border color of the hover labels for this trace.\n \n The 'bordercolor' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. '...
@property def bordercolor(self): "\n Sets the border color of the hover labels for this trace.\n \n The 'bordercolor' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. '...
9a11abb94a4c3010e01ce26afaa2d33cb993e0e6a7c8c797929bda4cc941e357
@property def bordercolorsrc(self): "\n Sets the source reference on plot.ly for bordercolor .\n \n The 'bordercolorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['bordercolorsr...
Sets the source reference on plot.ly for bordercolor . The 'bordercolorsrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
bordercolorsrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def bordercolorsrc(self): "\n Sets the source reference on plot.ly for bordercolor .\n \n The 'bordercolorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['bordercolorsr...
@property def bordercolorsrc(self): "\n Sets the source reference on plot.ly for bordercolor .\n \n The 'bordercolorsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['bordercolorsr...
bae2cddcac603a6e3a784d4bbb19c1c19493a9c339a0ca38da9f1507164370b7
@property def font(self): '\n Sets the font used in hover labels.\n \n The \'font\' property is an instance of Font\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.hoverlabel.Font\n - A dict of string/value properties that will be passed\n ...
Sets the font used in hover labels. The 'font' property is an instance of Font that may be specified as: - An instance of plotly.graph_objs.histogram.hoverlabel.Font - A dict of string/value properties that will be passed to the Font constructor Supported dict properties: color c...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
font
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def font(self): '\n Sets the font used in hover labels.\n \n The \'font\' property is an instance of Font\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.hoverlabel.Font\n - A dict of string/value properties that will be passed\n ...
@property def font(self): '\n Sets the font used in hover labels.\n \n The \'font\' property is an instance of Font\n that may be specified as:\n - An instance of plotly.graph_objs.histogram.hoverlabel.Font\n - A dict of string/value properties that will be passed\n ...
2f7bde1e26f505002de05329478ebeb33b5e87126b92506d5a350ae09df0303b
@property def namelength(self): "\n Sets the default length (in number of characters) of the trace\n name in the hover labels for all traces. -1 shows the whole\n name regardless of length. 0-3 shows the first 0-3 characters,\n and an integer >3 will show the whole name if it is less tha...
Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength ...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
namelength
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def namelength(self): "\n Sets the default length (in number of characters) of the trace\n name in the hover labels for all traces. -1 shows the whole\n name regardless of length. 0-3 shows the first 0-3 characters,\n and an integer >3 will show the whole name if it is less tha...
@property def namelength(self): "\n Sets the default length (in number of characters) of the trace\n name in the hover labels for all traces. -1 shows the whole\n name regardless of length. 0-3 shows the first 0-3 characters,\n and an integer >3 will show the whole name if it is less tha...
03355f85603df3f35b986c27a5a58e1f38b29593abb1771dbc701124cbf2eea7
@property def namelengthsrc(self): "\n Sets the source reference on plot.ly for namelength .\n \n The 'namelengthsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['namelengthsrc']
Sets the source reference on plot.ly for namelength . The 'namelengthsrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
namelengthsrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def namelengthsrc(self): "\n Sets the source reference on plot.ly for namelength .\n \n The 'namelengthsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['namelengthsrc']
@property def namelengthsrc(self): "\n Sets the source reference on plot.ly for namelength .\n \n The 'namelengthsrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['namelengthsrc']<...
42736314e9bada41bd7eaa7cceaf16c876ff343211d8756c3f778f57010629ad
def __init__(self, arg=None, align=None, alignsrc=None, bgcolor=None, bgcolorsrc=None, bordercolor=None, bordercolorsrc=None, font=None, namelength=None, namelengthsrc=None, **kwargs): '\n Construct a new Hoverlabel object\n \n Parameters\n ----------\n arg\n dict of pr...
Construct a new Hoverlabel object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.Hoverlabel align Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans m...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, align=None, alignsrc=None, bgcolor=None, bgcolorsrc=None, bordercolor=None, bordercolorsrc=None, font=None, namelength=None, namelengthsrc=None, **kwargs): '\n Construct a new Hoverlabel object\n \n Parameters\n ----------\n arg\n dict of pr...
def __init__(self, arg=None, align=None, alignsrc=None, bgcolor=None, bgcolorsrc=None, bordercolor=None, bordercolorsrc=None, font=None, namelength=None, namelengthsrc=None, **kwargs): '\n Construct a new Hoverlabel object\n \n Parameters\n ----------\n arg\n dict of pr...
a8b3418511a8a5a6c97e31707ad0f82dbb9209ac9cc66899b6f69a4d5cb3cb5c
@property def array(self): "\n Sets the data corresponding the length of each error bar.\n Values are plotted relative to the underlying data.\n \n The 'array' property is an array that may be specified as a tuple,\n list, numpy array, or pandas Series\n\n Returns\n ----...
Sets the data corresponding the length of each error bar. Values are plotted relative to the underlying data. The 'array' property is an array that may be specified as a tuple, list, numpy array, or pandas Series Returns ------- numpy.ndarray
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
array
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def array(self): "\n Sets the data corresponding the length of each error bar.\n Values are plotted relative to the underlying data.\n \n The 'array' property is an array that may be specified as a tuple,\n list, numpy array, or pandas Series\n\n Returns\n ----...
@property def array(self): "\n Sets the data corresponding the length of each error bar.\n Values are plotted relative to the underlying data.\n \n The 'array' property is an array that may be specified as a tuple,\n list, numpy array, or pandas Series\n\n Returns\n ----...
5227ac08b4dc63e1219b2315a6290375ca8d6e8eb5f13225f773ab860b1a1f89
@property def arrayminus(self): "\n Sets the data corresponding the length of each error bar in the\n bottom (left) direction for vertical (horizontal) bars Values\n are plotted relative to the underlying data.\n \n The 'arrayminus' property is an array that may be specified as a tupl...
Sets the data corresponding the length of each error bar in the bottom (left) direction for vertical (horizontal) bars Values are plotted relative to the underlying data. The 'arrayminus' property is an array that may be specified as a tuple, list, numpy array, or pandas Series Returns ------- numpy.ndarray
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
arrayminus
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def arrayminus(self): "\n Sets the data corresponding the length of each error bar in the\n bottom (left) direction for vertical (horizontal) bars Values\n are plotted relative to the underlying data.\n \n The 'arrayminus' property is an array that may be specified as a tupl...
@property def arrayminus(self): "\n Sets the data corresponding the length of each error bar in the\n bottom (left) direction for vertical (horizontal) bars Values\n are plotted relative to the underlying data.\n \n The 'arrayminus' property is an array that may be specified as a tupl...
d119ce6f009ac84f22bd443609c6f99703dd9bb616d0d437445c0fe7f4f74738
@property def arrayminussrc(self): "\n Sets the source reference on plot.ly for arrayminus .\n \n The 'arrayminussrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arrayminussrc']
Sets the source reference on plot.ly for arrayminus . The 'arrayminussrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
arrayminussrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def arrayminussrc(self): "\n Sets the source reference on plot.ly for arrayminus .\n \n The 'arrayminussrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arrayminussrc']
@property def arrayminussrc(self): "\n Sets the source reference on plot.ly for arrayminus .\n \n The 'arrayminussrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arrayminussrc']<...
97b42d78e3bd868f4a134676d8c89a01781b1b4229b4e10055cdd13954798610
@property def arraysrc(self): "\n Sets the source reference on plot.ly for array .\n \n The 'arraysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arraysrc']
Sets the source reference on plot.ly for array . The 'arraysrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
arraysrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def arraysrc(self): "\n Sets the source reference on plot.ly for array .\n \n The 'arraysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arraysrc']
@property def arraysrc(self): "\n Sets the source reference on plot.ly for array .\n \n The 'arraysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arraysrc']<|docstring|>Sets the...
ca2c1342635b7080b021a94eef655c9569138dcfb1c3b3d16be6cb7a62563c59
@property def color(self): "\n Sets the stoke color of the error bars.\n \n The 'color' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0,100%,50%)')\n -...
Sets the stoke color of the error bars. The 'color' property is a color and may be specified as: - A hex string (e.g. '#ff0000') - An rgb/rgba string (e.g. 'rgb(255,0,0)') - An hsl/hsla string (e.g. 'hsl(0,100%,50%)') - An hsv/hsva string (e.g. 'hsv(0,100%,100%)') - A named CSS color: aliceblue, anti...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
color
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def color(self): "\n Sets the stoke color of the error bars.\n \n The 'color' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0,100%,50%)')\n -...
@property def color(self): "\n Sets the stoke color of the error bars.\n \n The 'color' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0,100%,50%)')\n -...
81a8ccbc11c7a6aff9db370d8a6e4a445526c9bd4b3e6a03e8249b1780c3645d
@property def symmetric(self): "\n Determines whether or not the error bars have the same length\n in both direction (top/bottom for vertical bars, left/right for\n horizontal bars.\n \n The 'symmetric' property must be specified as a bool\n (either True, or False)\n\n R...
Determines whether or not the error bars have the same length in both direction (top/bottom for vertical bars, left/right for horizontal bars. The 'symmetric' property must be specified as a bool (either True, or False) Returns ------- bool
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
symmetric
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def symmetric(self): "\n Determines whether or not the error bars have the same length\n in both direction (top/bottom for vertical bars, left/right for\n horizontal bars.\n \n The 'symmetric' property must be specified as a bool\n (either True, or False)\n\n R...
@property def symmetric(self): "\n Determines whether or not the error bars have the same length\n in both direction (top/bottom for vertical bars, left/right for\n horizontal bars.\n \n The 'symmetric' property must be specified as a bool\n (either True, or False)\n\n R...
4d66f714783437288099d4aeabba8dc0326f464f0c6a125001a37d71c0db30c3
@property def thickness(self): "\n Sets the thickness (in px) of the error bars.\n \n The 'thickness' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " return self['thickness']
Sets the thickness (in px) of the error bars. The 'thickness' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
thickness
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def thickness(self): "\n Sets the thickness (in px) of the error bars.\n \n The 'thickness' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " return self['thickness']
@property def thickness(self): "\n Sets the thickness (in px) of the error bars.\n \n The 'thickness' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " return self['thickness']<|d...
6aa02d65fb6a81195cae8507f0a14f6605e9f9c19d2d77c0a96557a9a7fa80cf
@property def traceref(self): "\n The 'traceref' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['traceref']
The 'traceref' property is a integer and may be specified as: - An int (or float that will be cast to an int) in the interval [0, 9223372036854775807] Returns ------- int
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
traceref
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def traceref(self): "\n The 'traceref' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['traceref']
@property def traceref(self): "\n The 'traceref' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['traceref']<|docstring|>...
069e81462e2241c45d5f255cbb783c55a8334748e56f6809914a0e65fdf4dec6
@property def tracerefminus(self): "\n The 'tracerefminus' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['tracerefminus...
The 'tracerefminus' property is a integer and may be specified as: - An int (or float that will be cast to an int) in the interval [0, 9223372036854775807] Returns ------- int
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
tracerefminus
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def tracerefminus(self): "\n The 'tracerefminus' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['tracerefminus...
@property def tracerefminus(self): "\n The 'tracerefminus' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['tracerefminus...
d40f7715ff4fffb822bdb1628d39760aaec99e7656fd5aa77de9a73a4cb0c9bc
@property def type(self): '\n Determines the rule used to generate the error bars. If\n *constant`, the bar lengths are of a constant value. Set this\n constant in `value`. If "percent", the bar lengths correspond\n to a percentage of underlying data. Set this percentage in\n `val...
Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If "percent", the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If "sqrt", the bar lengths correspond to the sqaure of the underlying da...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
type
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def type(self): '\n Determines the rule used to generate the error bars. If\n *constant`, the bar lengths are of a constant value. Set this\n constant in `value`. If "percent", the bar lengths correspond\n to a percentage of underlying data. Set this percentage in\n `val...
@property def type(self): '\n Determines the rule used to generate the error bars. If\n *constant`, the bar lengths are of a constant value. Set this\n constant in `value`. If "percent", the bar lengths correspond\n to a percentage of underlying data. Set this percentage in\n `val...
6b76fa155f1fe7f1046cca507ba5530d5eab00f170bbe2cd7db74404a18e07c9
@property def value(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars.\n \n The \'value\' property is a number and may be specified as:\n - An ...
Sets the value of either the percentage (if `type` is set to "percent") or the constant (if `type` is set to "constant") corresponding to the lengths of the error bars. The 'value' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
value
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def value(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars.\n \n The \'value\' property is a number and may be specified as:\n - An ...
@property def value(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars.\n \n The \'value\' property is a number and may be specified as:\n - An ...
8575d77a31dd7c9cc4ff4c52485ded3072a6cf84852c50c2e94d9c5e686081b8
@property def valueminus(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars in the bottom\n (left) direction for vertical (horizontal) bars\n \n T...
Sets the value of either the percentage (if `type` is set to "percent") or the constant (if `type` is set to "constant") corresponding to the lengths of the error bars in the bottom (left) direction for vertical (horizontal) bars The 'valueminus' property is a number and may be specified as: - An int or float in the...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
valueminus
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def valueminus(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars in the bottom\n (left) direction for vertical (horizontal) bars\n \n T...
@property def valueminus(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars in the bottom\n (left) direction for vertical (horizontal) bars\n \n T...
c4628805814a732d7fa4a534a26fdddfd2a09c20c985ab6cd27b4befc676e6b7
@property def visible(self): "\n Determines whether or not this set of error bars is visible.\n \n The 'visible' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['visible']
Determines whether or not this set of error bars is visible. The 'visible' property must be specified as a bool (either True, or False) Returns ------- bool
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
visible
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def visible(self): "\n Determines whether or not this set of error bars is visible.\n \n The 'visible' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['visible']
@property def visible(self): "\n Determines whether or not this set of error bars is visible.\n \n The 'visible' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['visible']<|docstring|>Determines wheth...
60e04a4534186665cbee0778238e695e1250b413efbcea1fdcff37d4e66d2bed
@property def width(self): "\n Sets the width (in px) of the cross-bar at both ends of the\n error bars.\n \n The 'width' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " ...
Sets the width (in px) of the cross-bar at both ends of the error bars. The 'width' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
width
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def width(self): "\n Sets the width (in px) of the cross-bar at both ends of the\n error bars.\n \n The 'width' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " ...
@property def width(self): "\n Sets the width (in px) of the cross-bar at both ends of the\n error bars.\n \n The 'width' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " ...
05f8d8657c3d6ca187913da83c66ee6bf26a1dfe84b4073eacaacb0aa5df9339
def __init__(self, arg=None, array=None, arrayminus=None, arrayminussrc=None, arraysrc=None, color=None, symmetric=None, thickness=None, traceref=None, tracerefminus=None, type=None, value=None, valueminus=None, visible=None, width=None, **kwargs): '\n Construct a new ErrorY object\n \n Paramet...
Construct a new ErrorY object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.ErrorY array Sets the data corresponding the length of each error bar. Values are plotted relative to the underlying data. arrayminus Sets th...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, array=None, arrayminus=None, arrayminussrc=None, arraysrc=None, color=None, symmetric=None, thickness=None, traceref=None, tracerefminus=None, type=None, value=None, valueminus=None, visible=None, width=None, **kwargs): '\n Construct a new ErrorY object\n \n Paramet...
def __init__(self, arg=None, array=None, arrayminus=None, arrayminussrc=None, arraysrc=None, color=None, symmetric=None, thickness=None, traceref=None, tracerefminus=None, type=None, value=None, valueminus=None, visible=None, width=None, **kwargs): '\n Construct a new ErrorY object\n \n Paramet...
a8b3418511a8a5a6c97e31707ad0f82dbb9209ac9cc66899b6f69a4d5cb3cb5c
@property def array(self): "\n Sets the data corresponding the length of each error bar.\n Values are plotted relative to the underlying data.\n \n The 'array' property is an array that may be specified as a tuple,\n list, numpy array, or pandas Series\n\n Returns\n ----...
Sets the data corresponding the length of each error bar. Values are plotted relative to the underlying data. The 'array' property is an array that may be specified as a tuple, list, numpy array, or pandas Series Returns ------- numpy.ndarray
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
array
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def array(self): "\n Sets the data corresponding the length of each error bar.\n Values are plotted relative to the underlying data.\n \n The 'array' property is an array that may be specified as a tuple,\n list, numpy array, or pandas Series\n\n Returns\n ----...
@property def array(self): "\n Sets the data corresponding the length of each error bar.\n Values are plotted relative to the underlying data.\n \n The 'array' property is an array that may be specified as a tuple,\n list, numpy array, or pandas Series\n\n Returns\n ----...
5227ac08b4dc63e1219b2315a6290375ca8d6e8eb5f13225f773ab860b1a1f89
@property def arrayminus(self): "\n Sets the data corresponding the length of each error bar in the\n bottom (left) direction for vertical (horizontal) bars Values\n are plotted relative to the underlying data.\n \n The 'arrayminus' property is an array that may be specified as a tupl...
Sets the data corresponding the length of each error bar in the bottom (left) direction for vertical (horizontal) bars Values are plotted relative to the underlying data. The 'arrayminus' property is an array that may be specified as a tuple, list, numpy array, or pandas Series Returns ------- numpy.ndarray
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
arrayminus
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def arrayminus(self): "\n Sets the data corresponding the length of each error bar in the\n bottom (left) direction for vertical (horizontal) bars Values\n are plotted relative to the underlying data.\n \n The 'arrayminus' property is an array that may be specified as a tupl...
@property def arrayminus(self): "\n Sets the data corresponding the length of each error bar in the\n bottom (left) direction for vertical (horizontal) bars Values\n are plotted relative to the underlying data.\n \n The 'arrayminus' property is an array that may be specified as a tupl...
d119ce6f009ac84f22bd443609c6f99703dd9bb616d0d437445c0fe7f4f74738
@property def arrayminussrc(self): "\n Sets the source reference on plot.ly for arrayminus .\n \n The 'arrayminussrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arrayminussrc']
Sets the source reference on plot.ly for arrayminus . The 'arrayminussrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
arrayminussrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def arrayminussrc(self): "\n Sets the source reference on plot.ly for arrayminus .\n \n The 'arrayminussrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arrayminussrc']
@property def arrayminussrc(self): "\n Sets the source reference on plot.ly for arrayminus .\n \n The 'arrayminussrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arrayminussrc']<...
97b42d78e3bd868f4a134676d8c89a01781b1b4229b4e10055cdd13954798610
@property def arraysrc(self): "\n Sets the source reference on plot.ly for array .\n \n The 'arraysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arraysrc']
Sets the source reference on plot.ly for array . The 'arraysrc' property must be specified as a string or as a plotly.grid_objs.Column object Returns ------- str
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
arraysrc
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def arraysrc(self): "\n Sets the source reference on plot.ly for array .\n \n The 'arraysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arraysrc']
@property def arraysrc(self): "\n Sets the source reference on plot.ly for array .\n \n The 'arraysrc' property must be specified as a string or\n as a plotly.grid_objs.Column object\n\n Returns\n -------\n str\n " return self['arraysrc']<|docstring|>Sets the...
ca2c1342635b7080b021a94eef655c9569138dcfb1c3b3d16be6cb7a62563c59
@property def color(self): "\n Sets the stoke color of the error bars.\n \n The 'color' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0,100%,50%)')\n -...
Sets the stoke color of the error bars. The 'color' property is a color and may be specified as: - A hex string (e.g. '#ff0000') - An rgb/rgba string (e.g. 'rgb(255,0,0)') - An hsl/hsla string (e.g. 'hsl(0,100%,50%)') - An hsv/hsva string (e.g. 'hsv(0,100%,100%)') - A named CSS color: aliceblue, anti...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
color
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def color(self): "\n Sets the stoke color of the error bars.\n \n The 'color' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0,100%,50%)')\n -...
@property def color(self): "\n Sets the stoke color of the error bars.\n \n The 'color' property is a color and may be specified as:\n - A hex string (e.g. '#ff0000')\n - An rgb/rgba string (e.g. 'rgb(255,0,0)')\n - An hsl/hsla string (e.g. 'hsl(0,100%,50%)')\n -...
201c5498a6c962c9a5709599d741c11f2f2b87ff7e62abc0dfbbb3c1aad0acfc
@property def copy_ystyle(self): "\n The 'copy_ystyle' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['copy_ystyle']
The 'copy_ystyle' property must be specified as a bool (either True, or False) Returns ------- bool
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
copy_ystyle
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def copy_ystyle(self): "\n The 'copy_ystyle' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['copy_ystyle']
@property def copy_ystyle(self): "\n The 'copy_ystyle' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['copy_ystyle']<|docstring|>The 'copy_ystyle' property must be specified as a bool (either True, or False) ...
81a8ccbc11c7a6aff9db370d8a6e4a445526c9bd4b3e6a03e8249b1780c3645d
@property def symmetric(self): "\n Determines whether or not the error bars have the same length\n in both direction (top/bottom for vertical bars, left/right for\n horizontal bars.\n \n The 'symmetric' property must be specified as a bool\n (either True, or False)\n\n R...
Determines whether or not the error bars have the same length in both direction (top/bottom for vertical bars, left/right for horizontal bars. The 'symmetric' property must be specified as a bool (either True, or False) Returns ------- bool
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
symmetric
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def symmetric(self): "\n Determines whether or not the error bars have the same length\n in both direction (top/bottom for vertical bars, left/right for\n horizontal bars.\n \n The 'symmetric' property must be specified as a bool\n (either True, or False)\n\n R...
@property def symmetric(self): "\n Determines whether or not the error bars have the same length\n in both direction (top/bottom for vertical bars, left/right for\n horizontal bars.\n \n The 'symmetric' property must be specified as a bool\n (either True, or False)\n\n R...
4d66f714783437288099d4aeabba8dc0326f464f0c6a125001a37d71c0db30c3
@property def thickness(self): "\n Sets the thickness (in px) of the error bars.\n \n The 'thickness' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " return self['thickness']
Sets the thickness (in px) of the error bars. The 'thickness' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
thickness
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def thickness(self): "\n Sets the thickness (in px) of the error bars.\n \n The 'thickness' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " return self['thickness']
@property def thickness(self): "\n Sets the thickness (in px) of the error bars.\n \n The 'thickness' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " return self['thickness']<|d...
6aa02d65fb6a81195cae8507f0a14f6605e9f9c19d2d77c0a96557a9a7fa80cf
@property def traceref(self): "\n The 'traceref' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['traceref']
The 'traceref' property is a integer and may be specified as: - An int (or float that will be cast to an int) in the interval [0, 9223372036854775807] Returns ------- int
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
traceref
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def traceref(self): "\n The 'traceref' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['traceref']
@property def traceref(self): "\n The 'traceref' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['traceref']<|docstring|>...
069e81462e2241c45d5f255cbb783c55a8334748e56f6809914a0e65fdf4dec6
@property def tracerefminus(self): "\n The 'tracerefminus' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['tracerefminus...
The 'tracerefminus' property is a integer and may be specified as: - An int (or float that will be cast to an int) in the interval [0, 9223372036854775807] Returns ------- int
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
tracerefminus
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def tracerefminus(self): "\n The 'tracerefminus' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['tracerefminus...
@property def tracerefminus(self): "\n The 'tracerefminus' property is a integer and may be specified as:\n - An int (or float that will be cast to an int)\n in the interval [0, 9223372036854775807]\n\n Returns\n -------\n int\n " return self['tracerefminus...
d40f7715ff4fffb822bdb1628d39760aaec99e7656fd5aa77de9a73a4cb0c9bc
@property def type(self): '\n Determines the rule used to generate the error bars. If\n *constant`, the bar lengths are of a constant value. Set this\n constant in `value`. If "percent", the bar lengths correspond\n to a percentage of underlying data. Set this percentage in\n `val...
Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If "percent", the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If "sqrt", the bar lengths correspond to the sqaure of the underlying da...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
type
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def type(self): '\n Determines the rule used to generate the error bars. If\n *constant`, the bar lengths are of a constant value. Set this\n constant in `value`. If "percent", the bar lengths correspond\n to a percentage of underlying data. Set this percentage in\n `val...
@property def type(self): '\n Determines the rule used to generate the error bars. If\n *constant`, the bar lengths are of a constant value. Set this\n constant in `value`. If "percent", the bar lengths correspond\n to a percentage of underlying data. Set this percentage in\n `val...
6b76fa155f1fe7f1046cca507ba5530d5eab00f170bbe2cd7db74404a18e07c9
@property def value(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars.\n \n The \'value\' property is a number and may be specified as:\n - An ...
Sets the value of either the percentage (if `type` is set to "percent") or the constant (if `type` is set to "constant") corresponding to the lengths of the error bars. The 'value' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
value
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def value(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars.\n \n The \'value\' property is a number and may be specified as:\n - An ...
@property def value(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars.\n \n The \'value\' property is a number and may be specified as:\n - An ...
8575d77a31dd7c9cc4ff4c52485ded3072a6cf84852c50c2e94d9c5e686081b8
@property def valueminus(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars in the bottom\n (left) direction for vertical (horizontal) bars\n \n T...
Sets the value of either the percentage (if `type` is set to "percent") or the constant (if `type` is set to "constant") corresponding to the lengths of the error bars in the bottom (left) direction for vertical (horizontal) bars The 'valueminus' property is a number and may be specified as: - An int or float in the...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
valueminus
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def valueminus(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars in the bottom\n (left) direction for vertical (horizontal) bars\n \n T...
@property def valueminus(self): '\n Sets the value of either the percentage (if `type` is set to\n "percent") or the constant (if `type` is set to "constant")\n corresponding to the lengths of the error bars in the bottom\n (left) direction for vertical (horizontal) bars\n \n T...
c4628805814a732d7fa4a534a26fdddfd2a09c20c985ab6cd27b4befc676e6b7
@property def visible(self): "\n Determines whether or not this set of error bars is visible.\n \n The 'visible' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['visible']
Determines whether or not this set of error bars is visible. The 'visible' property must be specified as a bool (either True, or False) Returns ------- bool
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
visible
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def visible(self): "\n Determines whether or not this set of error bars is visible.\n \n The 'visible' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['visible']
@property def visible(self): "\n Determines whether or not this set of error bars is visible.\n \n The 'visible' property must be specified as a bool\n (either True, or False)\n\n Returns\n -------\n bool\n " return self['visible']<|docstring|>Determines wheth...
60e04a4534186665cbee0778238e695e1250b413efbcea1fdcff37d4e66d2bed
@property def width(self): "\n Sets the width (in px) of the cross-bar at both ends of the\n error bars.\n \n The 'width' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " ...
Sets the width (in px) of the cross-bar at both ends of the error bars. The 'width' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
width
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def width(self): "\n Sets the width (in px) of the cross-bar at both ends of the\n error bars.\n \n The 'width' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " ...
@property def width(self): "\n Sets the width (in px) of the cross-bar at both ends of the\n error bars.\n \n The 'width' property is a number and may be specified as:\n - An int or float in the interval [0, inf]\n\n Returns\n -------\n int|float\n " ...
2fca14366a52cdec1c128949d30d26f46de11b3a0e7e1216a1cde38a0d817c21
def __init__(self, arg=None, array=None, arrayminus=None, arrayminussrc=None, arraysrc=None, color=None, copy_ystyle=None, symmetric=None, thickness=None, traceref=None, tracerefminus=None, type=None, value=None, valueminus=None, visible=None, width=None, **kwargs): '\n Construct a new ErrorX object\n ...
Construct a new ErrorX object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.ErrorX array Sets the data corresponding the length of each error bar. Values are plotted relative to the underlying data. arrayminus Sets th...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, array=None, arrayminus=None, arrayminussrc=None, arraysrc=None, color=None, copy_ystyle=None, symmetric=None, thickness=None, traceref=None, tracerefminus=None, type=None, value=None, valueminus=None, visible=None, width=None, **kwargs): '\n Construct a new ErrorX object\n ...
def __init__(self, arg=None, array=None, arrayminus=None, arrayminussrc=None, arraysrc=None, color=None, copy_ystyle=None, symmetric=None, thickness=None, traceref=None, tracerefminus=None, type=None, value=None, valueminus=None, visible=None, width=None, **kwargs): '\n Construct a new ErrorX object\n ...
0d2e6a04754228c96246d11011ae63198b1403a37bcb648b13e6c560d8a71f9e
@property def currentbin(self): '\n Only applies if cumulative is enabled. Sets whether the current\n bin is included, excluded, or has half of its value included in\n the current cumulative value. "include" is the default for\n compatibility with various other tools, however it introduc...
Only applies if cumulative is enabled. Sets whether the current bin is included, excluded, or has half of its value included in the current cumulative value. "include" is the default for compatibility with various other tools, however it introduces a half-bin bias to the results. "exclude" makes the opposite half-bin b...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
currentbin
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def currentbin(self): '\n Only applies if cumulative is enabled. Sets whether the current\n bin is included, excluded, or has half of its value included in\n the current cumulative value. "include" is the default for\n compatibility with various other tools, however it introduc...
@property def currentbin(self): '\n Only applies if cumulative is enabled. Sets whether the current\n bin is included, excluded, or has half of its value included in\n the current cumulative value. "include" is the default for\n compatibility with various other tools, however it introduc...
7fa397aa1553db4b130e44d215c857080ff06fced6c1932d9bae451b9c12571b
@property def direction(self): '\n Only applies if cumulative is enabled. If "increasing"\n (default) we sum all prior bins, so the result increases from\n left to right. If "decreasing" we sum later bins so the result\n decreases from left to right.\n \n The \'direction\' prop...
Only applies if cumulative is enabled. If "increasing" (default) we sum all prior bins, so the result increases from left to right. If "decreasing" we sum later bins so the result decreases from left to right. The 'direction' property is an enumeration that may be specified as: - One of the following enumeration val...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
direction
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def direction(self): '\n Only applies if cumulative is enabled. If "increasing"\n (default) we sum all prior bins, so the result increases from\n left to right. If "decreasing" we sum later bins so the result\n decreases from left to right.\n \n The \'direction\' prop...
@property def direction(self): '\n Only applies if cumulative is enabled. If "increasing"\n (default) we sum all prior bins, so the result increases from\n left to right. If "decreasing" we sum later bins so the result\n decreases from left to right.\n \n The \'direction\' prop...
525113d0e0cb7db860d9bcf9e1681f7eafd1cc6c07ec85bdef517a4eed798106
@property def enabled(self): '\n If true, display the cumulative distribution by summing the\n binned values. Use the `direction` and `centralbin` attributes\n to tune the accumulation method. Note: in this mode, the\n "density" `histnorm` settings behave the same as their\n equiv...
If true, display the cumulative distribution by summing the binned values. Use the `direction` and `centralbin` attributes to tune the accumulation method. Note: in this mode, the "density" `histnorm` settings behave the same as their equivalents without "density": "" and "density" both rise to the number of data point...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
enabled
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
@property def enabled(self): '\n If true, display the cumulative distribution by summing the\n binned values. Use the `direction` and `centralbin` attributes\n to tune the accumulation method. Note: in this mode, the\n "density" `histnorm` settings behave the same as their\n equiv...
@property def enabled(self): '\n If true, display the cumulative distribution by summing the\n binned values. Use the `direction` and `centralbin` attributes\n to tune the accumulation method. Note: in this mode, the\n "density" `histnorm` settings behave the same as their\n equiv...
856a2633822178f59001e8a35ef3c4f2181fc24b0b189dbbbc92c14d004b32e6
def __init__(self, arg=None, currentbin=None, direction=None, enabled=None, **kwargs): '\n Construct a new Cumulative object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogr...
Construct a new Cumulative object Parameters ---------- arg dict of properties compatible with this constructor or an instance of plotly.graph_objs.histogram.Cumulative currentbin Only applies if cumulative is enabled. Sets whether the current bin is included, excluded, or has half of its value inc...
WatchDogs_Visualisation/oldApps/tweet-map/venv2/lib/python3.7/site-packages/plotly/graph_objs/histogram/__init__.py
__init__
tnreddy09/WatchDogs_StockMarketAnalysis
6
python
def __init__(self, arg=None, currentbin=None, direction=None, enabled=None, **kwargs): '\n Construct a new Cumulative object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogr...
def __init__(self, arg=None, currentbin=None, direction=None, enabled=None, **kwargs): '\n Construct a new Cumulative object\n \n Parameters\n ----------\n arg\n dict of properties compatible with this constructor or\n an instance of plotly.graph_objs.histogr...
e6784566e3f121b57105776808a13c49851ac778e154b34b4089d344b83dd4ac
def play_game(min_bound=0, max_bound=11, num_trials=5, seed=False): 'Program randomly chooses a positive integer. Then prompts the user to guess the chosen number. In each wrong attempt the program will give a hint that the number is greater or smaller than the one guessed. Optionally, the user is also allowed to f...
Program randomly chooses a positive integer. Then prompts the user to guess the chosen number. In each wrong attempt the program will give a hint that the number is greater or smaller than the one guessed. Optionally, the user is also allowed to find out more information about the number, by querying the variable attri...
guess_number_game/guess_number_game/guess_number.py
play_game
karinsasaki/Python_ML_projects
0
python
def play_game(min_bound=0, max_bound=11, num_trials=5, seed=False): 'Program randomly chooses a positive integer. Then prompts the user to guess the chosen number. In each wrong attempt the program will give a hint that the number is greater or smaller than the one guessed. Optionally, the user is also allowed to f...
def play_game(min_bound=0, max_bound=11, num_trials=5, seed=False): 'Program randomly chooses a positive integer. Then prompts the user to guess the chosen number. In each wrong attempt the program will give a hint that the number is greater or smaller than the one guessed. Optionally, the user is also allowed to f...
16b4ad3d8a5aeb052f353bf211656f066616d81bc9ddab308ade60c84b49535a
def compare_record(record_one, record_two): 'This is meant to be a strict comparison for exact agreement...' assert isinstance(record_one, SeqRecord) assert isinstance(record_two, SeqRecord) assert (record_one.seq is not None) assert (record_two.seq is not None) if (record_one.id != record_two.i...
This is meant to be a strict comparison for exact agreement...
Tests/test_SeqIO.py
compare_record
zachcp/biopython
5
python
def compare_record(record_one, record_two): assert isinstance(record_one, SeqRecord) assert isinstance(record_two, SeqRecord) assert (record_one.seq is not None) assert (record_two.seq is not None) if (record_one.id != record_two.id): return False if (record_one.name != record_two.n...
def compare_record(record_one, record_two): assert isinstance(record_one, SeqRecord) assert isinstance(record_two, SeqRecord) assert (record_one.seq is not None) assert (record_two.seq is not None) if (record_one.id != record_two.id): return False if (record_one.name != record_two.n...
07a8dafbce45de0cffaacabf2ea224740ad437009c45b1f8a02ec894c43664df
def record_summary(record, indent=' '): 'Returns a concise summary of a SeqRecord object as a string' if (record.id == record.name): answer = ("%sID and Name='%s',\n%sSeq='" % (indent, record.id, indent)) else: answer = ("%sID = '%s', Name='%s',\n%sSeq='" % (indent, record.id, record.name, i...
Returns a concise summary of a SeqRecord object as a string
Tests/test_SeqIO.py
record_summary
zachcp/biopython
5
python
def record_summary(record, indent=' '): if (record.id == record.name): answer = ("%sID and Name='%s',\n%sSeq='" % (indent, record.id, indent)) else: answer = ("%sID = '%s', Name='%s',\n%sSeq='" % (indent, record.id, record.name, indent)) if (record.seq is None): answer += 'None'...
def record_summary(record, indent=' '): if (record.id == record.name): answer = ("%sID and Name='%s',\n%sSeq='" % (indent, record.id, indent)) else: answer = ("%sID = '%s', Name='%s',\n%sSeq='" % (indent, record.id, record.name, indent)) if (record.seq is None): answer += 'None'...
ecc7ae63c8e357730587f8d1a3f9d718acfcf7138feaf40e51066dfdaf701892
def alignment_summary(alignment, index=' '): 'Returns a concise summary of an Alignment object as a string' answer = [] alignment_len = alignment.get_alignment_length() rec_count = len(alignment) for i in range(min(5, alignment_len)): answer.append(((index + col_summary(alignment.get_column(...
Returns a concise summary of an Alignment object as a string
Tests/test_SeqIO.py
alignment_summary
zachcp/biopython
5
python
def alignment_summary(alignment, index=' '): answer = [] alignment_len = alignment.get_alignment_length() rec_count = len(alignment) for i in range(min(5, alignment_len)): answer.append(((index + col_summary(alignment.get_column(i))) + (' alignment column %i' % i))) if (alignment_len > ...
def alignment_summary(alignment, index=' '): answer = [] alignment_len = alignment.get_alignment_length() rec_count = len(alignment) for i in range(min(5, alignment_len)): answer.append(((index + col_summary(alignment.get_column(i))) + (' alignment column %i' % i))) if (alignment_len > ...
50b068c5a4df081a92528b442a7e88b516d08599ec6235ac07598e18588453dd
def is_valid(url): '\n Checks whether `url` is a valid URL.\n ' parsed = urlparse(url) return (bool(parsed.netloc) and bool(parsed.scheme))
Checks whether `url` is a valid URL.
api/website_info/utils.py
is_valid
gpiechnik2/senter
2
python
def is_valid(url): '\n \n ' parsed = urlparse(url) return (bool(parsed.netloc) and bool(parsed.scheme))
def is_valid(url): '\n \n ' parsed = urlparse(url) return (bool(parsed.netloc) and bool(parsed.scheme))<|docstring|>Checks whether `url` is a valid URL.<|endoftext|>
fd867bd3bfd7e34121f0b0d75f19aef1a6f8cde2d2ac980502432140b6790760
def thinning(fillmap, max_iter=100): 'Fill area of line with surrounding fill color.\n\n # Arguments\n fillmap: an image.\n max_iter: max iteration number.\n\n # Returns\n an image.\n ' line_id = 0 (h, w) = fillmap.shape[:2] result = fillmap.copy() for iterNum in range(...
Fill area of line with surrounding fill color. # Arguments fillmap: an image. max_iter: max iteration number. # Returns an image.
models/sgm_model/linefiller/thinning.py
thinning
JanValJanus/AnimeInterp
245
python
def thinning(fillmap, max_iter=100): 'Fill area of line with surrounding fill color.\n\n # Arguments\n fillmap: an image.\n max_iter: max iteration number.\n\n # Returns\n an image.\n ' line_id = 0 (h, w) = fillmap.shape[:2] result = fillmap.copy() for iterNum in range(...
def thinning(fillmap, max_iter=100): 'Fill area of line with surrounding fill color.\n\n # Arguments\n fillmap: an image.\n max_iter: max iteration number.\n\n # Returns\n an image.\n ' line_id = 0 (h, w) = fillmap.shape[:2] result = fillmap.copy() for iterNum in range(...
31759b3d35846480e76543e39030ed13fd2da2645e022c7e83a40600b6715ace
def osm_notification_handler(): 'Connects on OSM Kafka Bus and subscribes to NS-related topics.' consumer = KafkaConsumer(bootstrap_servers=KAFKA_SERVER, client_id=KAFKA_CLIENT_ID, enable_auto_commit=True, value_deserializer=(lambda v: yaml.safe_load(v.decode('utf-8', 'ignore'))), api_version=KAFKA_API_VERSION,...
Connects on OSM Kafka Bus and subscribes to NS-related topics.
api/management/commands/osm_notifications.py
osm_notification_handler
5g-media/accounting-agent
0
python
def osm_notification_handler(): consumer = KafkaConsumer(bootstrap_servers=KAFKA_SERVER, client_id=KAFKA_CLIENT_ID, enable_auto_commit=True, value_deserializer=(lambda v: yaml.safe_load(v.decode('utf-8', 'ignore'))), api_version=KAFKA_API_VERSION, group_id=KAFKA_GROUP_ID) consumer.subscribe(KAFKA_TOPICS) ...
def osm_notification_handler(): consumer = KafkaConsumer(bootstrap_servers=KAFKA_SERVER, client_id=KAFKA_CLIENT_ID, enable_auto_commit=True, value_deserializer=(lambda v: yaml.safe_load(v.decode('utf-8', 'ignore'))), api_version=KAFKA_API_VERSION, group_id=KAFKA_GROUP_ID) consumer.subscribe(KAFKA_TOPICS) ...
066848554c47f4ed8441365e21100e9e8633da5bb7f9f7de43ae638d376ee799
def ApplyStorageDrsRecommendation_Task(self, key): "Applies a recommendation from the recommendation list. Each recommendation can\n be applied only once. In the case of CreateVm and CloneVm a VirtualMachine is\n returned. Other workflows don't have a return value.Applies a recommendation\n fro...
Applies a recommendation from the recommendation list. Each recommendation can be applied only once. In the case of CreateVm and CloneVm a VirtualMachine is returned. Other workflows don't have a return value.Applies a recommendation from the recommendation list. Each recommendation can be applied only once. In the cas...
pyvisdk/mo/storage_resource_manager.py
ApplyStorageDrsRecommendation_Task
Infinidat/pyvisdk
0
python
def ApplyStorageDrsRecommendation_Task(self, key): "Applies a recommendation from the recommendation list. Each recommendation can\n be applied only once. In the case of CreateVm and CloneVm a VirtualMachine is\n returned. Other workflows don't have a return value.Applies a recommendation\n fro...
def ApplyStorageDrsRecommendation_Task(self, key): "Applies a recommendation from the recommendation list. Each recommendation can\n be applied only once. In the case of CreateVm and CloneVm a VirtualMachine is\n returned. Other workflows don't have a return value.Applies a recommendation\n fro...
3893b0448087aef5613d5c1a09ef006758f99b575a7ef3cfe64a9e81964f9c55
def ApplyStorageDrsRecommendationToPod_Task(self, pod, key): 'Applies a recommendation from the recommendation list. Each recommendation can\n be applied only once.Applies a recommendation from the recommendation list.\n Each recommendation can be applied only once.\n \n :param pod: The ...
Applies a recommendation from the recommendation list. Each recommendation can be applied only once.Applies a recommendation from the recommendation list. Each recommendation can be applied only once. :param pod: The storage pod. :param key: The key field of the Recommendation.
pyvisdk/mo/storage_resource_manager.py
ApplyStorageDrsRecommendationToPod_Task
Infinidat/pyvisdk
0
python
def ApplyStorageDrsRecommendationToPod_Task(self, pod, key): 'Applies a recommendation from the recommendation list. Each recommendation can\n be applied only once.Applies a recommendation from the recommendation list.\n Each recommendation can be applied only once.\n \n :param pod: The ...
def ApplyStorageDrsRecommendationToPod_Task(self, pod, key): 'Applies a recommendation from the recommendation list. Each recommendation can\n be applied only once.Applies a recommendation from the recommendation list.\n Each recommendation can be applied only once.\n \n :param pod: The ...
587eec63d7f7f4cfa9d4cb882ccbc35508bb297c38074409a57e109a246f039a
def CancelStorageDrsRecommendation(self, key): 'Cancels a recommendation. Currently only initial placement recommendations can\n be cancelled. Migration recommendations cannot.\n \n :param key: The key field of the Recommendation.\n \n ' return self.delegate('CancelStorageDrsR...
Cancels a recommendation. Currently only initial placement recommendations can be cancelled. Migration recommendations cannot. :param key: The key field of the Recommendation.
pyvisdk/mo/storage_resource_manager.py
CancelStorageDrsRecommendation
Infinidat/pyvisdk
0
python
def CancelStorageDrsRecommendation(self, key): 'Cancels a recommendation. Currently only initial placement recommendations can\n be cancelled. Migration recommendations cannot.\n \n :param key: The key field of the Recommendation.\n \n ' return self.delegate('CancelStorageDrsR...
def CancelStorageDrsRecommendation(self, key): 'Cancels a recommendation. Currently only initial placement recommendations can\n be cancelled. Migration recommendations cannot.\n \n :param key: The key field of the Recommendation.\n \n ' return self.delegate('CancelStorageDrsR...
ef64a0efefbd7283e1dc258b5959d99521bec70302c4951df2b90c3ed3d83c50
def ConfigureDatastoreIORM_Task(self, datastore, spec): 'Changes configuration of storage I/O resource management for a given datastore.\n The changes are applied to all the backing storage devices for the datastore.\n Currently we only support storage I/O resource management on VMFS volumes. In\n ...
Changes configuration of storage I/O resource management for a given datastore. The changes are applied to all the backing storage devices for the datastore. Currently we only support storage I/O resource management on VMFS volumes. In order to enable storage I/O resource management on a datstore, we require that all t...
pyvisdk/mo/storage_resource_manager.py
ConfigureDatastoreIORM_Task
Infinidat/pyvisdk
0
python
def ConfigureDatastoreIORM_Task(self, datastore, spec): 'Changes configuration of storage I/O resource management for a given datastore.\n The changes are applied to all the backing storage devices for the datastore.\n Currently we only support storage I/O resource management on VMFS volumes. In\n ...
def ConfigureDatastoreIORM_Task(self, datastore, spec): 'Changes configuration of storage I/O resource management for a given datastore.\n The changes are applied to all the backing storage devices for the datastore.\n Currently we only support storage I/O resource management on VMFS volumes. In\n ...
1589f27c7a262932b613bd33a2d5ee345eac2a8319129ea3b13786630676c0d1
def ConfigureStorageDrsForPod_Task(self, pod, spec, modify): 'Change the storage DRS configuration for a pod StoragePod.\n \n :param pod: The storage pod.\n \n :param spec: A set of storage Drs configuration changes to apply to the storage pod. The specification can be a complete set of ...
Change the storage DRS configuration for a pod StoragePod. :param pod: The storage pod. :param spec: A set of storage Drs configuration changes to apply to the storage pod. The specification can be a complete set of changes or a partial set of changes, applied incrementally. :param modify: Flag to specify whether th...
pyvisdk/mo/storage_resource_manager.py
ConfigureStorageDrsForPod_Task
Infinidat/pyvisdk
0
python
def ConfigureStorageDrsForPod_Task(self, pod, spec, modify): 'Change the storage DRS configuration for a pod StoragePod.\n \n :param pod: The storage pod.\n \n :param spec: A set of storage Drs configuration changes to apply to the storage pod. The specification can be a complete set of ...
def ConfigureStorageDrsForPod_Task(self, pod, spec, modify): 'Change the storage DRS configuration for a pod StoragePod.\n \n :param pod: The storage pod.\n \n :param spec: A set of storage Drs configuration changes to apply to the storage pod. The specification can be a complete set of ...
042dc9fe101d0ab9717b9968a1b8a71f0928a2798b501319d22172957306cce9
def QueryIORMConfigOption(self, host): 'Query configuration options for storage I/O resource management.\n \n :param host: [in] - The host VC will forward the query to. This parameter is ignored by host if this method is called on a host directly.\n \n ' return self.delegate('QueryIO...
Query configuration options for storage I/O resource management. :param host: [in] - The host VC will forward the query to. This parameter is ignored by host if this method is called on a host directly.
pyvisdk/mo/storage_resource_manager.py
QueryIORMConfigOption
Infinidat/pyvisdk
0
python
def QueryIORMConfigOption(self, host): 'Query configuration options for storage I/O resource management.\n \n :param host: [in] - The host VC will forward the query to. This parameter is ignored by host if this method is called on a host directly.\n \n ' return self.delegate('QueryIO...
def QueryIORMConfigOption(self, host): 'Query configuration options for storage I/O resource management.\n \n :param host: [in] - The host VC will forward the query to. This parameter is ignored by host if this method is called on a host directly.\n \n ' return self.delegate('QueryIO...
89256994dd49c3b6042d34d81fe266b644cbc402f7df726be79c4984027e770e
def RecommendDatastores(self, storageSpec): "This method returns a StoragePlacementResult object. This API is intended to\n replace the following existing APIs for SDRS-enabled pods: CreateVm:\n StoragePlacementSpec::type == create = CreateVM_Task AddDisk:\n StoragePlacementSpec::type == reconf...
This method returns a StoragePlacementResult object. This API is intended to replace the following existing APIs for SDRS-enabled pods: CreateVm: StoragePlacementSpec::type == create = CreateVM_Task AddDisk: StoragePlacementSpec::type == reconfigure = ReconfigVM_Task RelocateVm: StoragePlacementSpec::type == relocate =...
pyvisdk/mo/storage_resource_manager.py
RecommendDatastores
Infinidat/pyvisdk
0
python
def RecommendDatastores(self, storageSpec): "This method returns a StoragePlacementResult object. This API is intended to\n replace the following existing APIs for SDRS-enabled pods: CreateVm:\n StoragePlacementSpec::type == create = CreateVM_Task AddDisk:\n StoragePlacementSpec::type == reconf...
def RecommendDatastores(self, storageSpec): "This method returns a StoragePlacementResult object. This API is intended to\n replace the following existing APIs for SDRS-enabled pods: CreateVm:\n StoragePlacementSpec::type == create = CreateVM_Task AddDisk:\n StoragePlacementSpec::type == reconf...
70c29380fd310a7e52b60865a145a2768a1360304b659cdb2e1bf2ddcff5efff
def RefreshStorageDrsRecommendation(self, pod): 'Make Storage DRS invoke again on the specified pod StoragePod and return a new\n list of recommendations. Concurrent "refresh" requests may be combined together\n and trigger only one Storage DRS invocation.\n \n :param pod: The storage po...
Make Storage DRS invoke again on the specified pod StoragePod and return a new list of recommendations. Concurrent "refresh" requests may be combined together and trigger only one Storage DRS invocation. :param pod: The storage pod. The recommendations generated is stored at PodStorageDrsEntry#recommendation.
pyvisdk/mo/storage_resource_manager.py
RefreshStorageDrsRecommendation
Infinidat/pyvisdk
0
python
def RefreshStorageDrsRecommendation(self, pod): 'Make Storage DRS invoke again on the specified pod StoragePod and return a new\n list of recommendations. Concurrent "refresh" requests may be combined together\n and trigger only one Storage DRS invocation.\n \n :param pod: The storage po...
def RefreshStorageDrsRecommendation(self, pod): 'Make Storage DRS invoke again on the specified pod StoragePod and return a new\n list of recommendations. Concurrent "refresh" requests may be combined together\n and trigger only one Storage DRS invocation.\n \n :param pod: The storage po...
61bb95f0f814ef02df56fdcbccd7796904b600f51e213d5ce96c3a009502383d
def debug(msg): 'If in debug mode, send a debug message to stdout.' if DEBUG_ENABLED: print('Debug: {}'.format(msg))
If in debug mode, send a debug message to stdout.
shopify_alexa.py
debug
johntelforduk/shopify-alexa-skill
0
python
def debug(msg): if DEBUG_ENABLED: print('Debug: {}'.format(msg))
def debug(msg): if DEBUG_ENABLED: print('Debug: {}'.format(msg))<|docstring|>If in debug mode, send a debug message to stdout.<|endoftext|>
9260269b7d7d6bc0061d541ab0f3d7d0cd15bd92a95e1ac51f2e35425aeb6cb4
def build_speech_response(title: str, ssml_output: str, plain_output: str) -> dict: 'Build a speech JSON representation of the title, output text, and end of session.' return {'outputSpeech': {'type': 'SSML', 'ssml': ssml_output}, 'card': {'type': 'Simple', 'title': title, 'content': plain_output}, 'shouldEndSe...
Build a speech JSON representation of the title, output text, and end of session.
shopify_alexa.py
build_speech_response
johntelforduk/shopify-alexa-skill
0
python
def build_speech_response(title: str, ssml_output: str, plain_output: str) -> dict: return {'outputSpeech': {'type': 'SSML', 'ssml': ssml_output}, 'card': {'type': 'Simple', 'title': title, 'content': plain_output}, 'shouldEndSession': True}
def build_speech_response(title: str, ssml_output: str, plain_output: str) -> dict: return {'outputSpeech': {'type': 'SSML', 'ssml': ssml_output}, 'card': {'type': 'Simple', 'title': title, 'content': plain_output}, 'shouldEndSession': True}<|docstring|>Build a speech JSON representation of the title, output t...
3e62722f77e8eeadd2818aff19fc4d39cce85c6e437b8fde0d5828d76d43f113
def build_response(session_attributes, speech_response): 'Build the full response JSON from the speech response.' return {'version': '1.0', 'sessionAttributes': session_attributes, 'response': speech_response}
Build the full response JSON from the speech response.
shopify_alexa.py
build_response
johntelforduk/shopify-alexa-skill
0
python
def build_response(session_attributes, speech_response): return {'version': '1.0', 'sessionAttributes': session_attributes, 'response': speech_response}
def build_response(session_attributes, speech_response): return {'version': '1.0', 'sessionAttributes': session_attributes, 'response': speech_response}<|docstring|>Build the full response JSON from the speech response.<|endoftext|>
6125985538a0d4e994c3d63690842ff034fbfc623af543888d0a7e2839138a1a
def lambda_handler(event, context): 'Function called by Lambda. Output JSON returned to Alexa.' assert (event is not '') assert (context is not '') print('event =', event) print('context =', context) this_skill = Skill() this_skill.shop.get_store_info() today = this_skill.date_as_str(del...
Function called by Lambda. Output JSON returned to Alexa.
shopify_alexa.py
lambda_handler
johntelforduk/shopify-alexa-skill
0
python
def lambda_handler(event, context): assert (event is not ) assert (context is not ) print('event =', event) print('context =', context) this_skill = Skill() this_skill.shop.get_store_info() today = this_skill.date_as_str(delta_days=0) two_days_ago = this_skill.date_as_str(delta_days...
def lambda_handler(event, context): assert (event is not ) assert (context is not ) print('event =', event) print('context =', context) this_skill = Skill() this_skill.shop.get_store_info() today = this_skill.date_as_str(delta_days=0) two_days_ago = this_skill.date_as_str(delta_days...
22a5374a2f2be2e4dcefb94623238a8465270d35801d04f8e295b70f3e5a900a
def __init__(self): 'Get ready tp make calls to Shopify API.' load_dotenv(verbose=True) shop_name = getenv('SHOP_NAME') api_version = getenv('API_VERSION') api_key = getenv('API_KEY') password = getenv('PASSWORD') self.shop_url = ('https://%s:example@example.com.com/admin/api/%s/' % (api_key...
Get ready tp make calls to Shopify API.
shopify_alexa.py
__init__
johntelforduk/shopify-alexa-skill
0
python
def __init__(self): load_dotenv(verbose=True) shop_name = getenv('SHOP_NAME') api_version = getenv('API_VERSION') api_key = getenv('API_KEY') password = getenv('PASSWORD') self.shop_url = ('https://%s:example@example.com.com/admin/api/%s/' % (api_key, password, shop_name, api_version)) ...
def __init__(self): load_dotenv(verbose=True) shop_name = getenv('SHOP_NAME') api_version = getenv('API_VERSION') api_key = getenv('API_KEY') password = getenv('PASSWORD') self.shop_url = ('https://%s:example@example.com.com/admin/api/%s/' % (api_key, password, shop_name, api_version)) ...
af3619a75ce66327142f96afb31ac27b5c1a67e0261183176c78687db1b144ba
def get_store_info(self): 'Obtain some reference data about the store.' url = (self.shop_url + 'shop.json') request = requests.get(url) if (request.status_code != 200): debug('Shopify.get_store_info : request.status_code = '.format(request.status_code)) else: request_dict = json.load...
Obtain some reference data about the store.
shopify_alexa.py
get_store_info
johntelforduk/shopify-alexa-skill
0
python
def get_store_info(self): url = (self.shop_url + 'shop.json') request = requests.get(url) if (request.status_code != 200): debug('Shopify.get_store_info : request.status_code = '.format(request.status_code)) else: request_dict = json.loads(s=request.text) request_shop = requ...
def get_store_info(self): url = (self.shop_url + 'shop.json') request = requests.get(url) if (request.status_code != 200): debug('Shopify.get_store_info : request.status_code = '.format(request.status_code)) else: request_dict = json.loads(s=request.text) request_shop = requ...
ccce2c599b8fa4c708f7073ebb397cd7793d126e7a6b6562690db9d74f293367
@staticmethod def is_date(test: str) -> bool: "Return true iff the parm string is a valid date in format yyyy-mm-dd. For example '2020-04-29'." if (len(test) != 10): debug('Shopify.is_date : test = {}'.format(test)) return False year = test[0:4] month = test[5:7] day = test[8:10] ...
Return true iff the parm string is a valid date in format yyyy-mm-dd. For example '2020-04-29'.
shopify_alexa.py
is_date
johntelforduk/shopify-alexa-skill
0
python
@staticmethod def is_date(test: str) -> bool: if (len(test) != 10): debug('Shopify.is_date : test = {}'.format(test)) return False year = test[0:4] month = test[5:7] day = test[8:10] if (year.isdecimal() and month.isdecimal() and day.isdecimal()): return True debug('...
@staticmethod def is_date(test: str) -> bool: if (len(test) != 10): debug('Shopify.is_date : test = {}'.format(test)) return False year = test[0:4] month = test[5:7] day = test[8:10] if (year.isdecimal() and month.isdecimal() and day.isdecimal()): return True debug('...
943d16355778228189cad63f3624c3bb07d33cff1680cc46824164588dd76185
@staticmethod def date_from_datetime(date_time: str) -> str: 'For parm datetime string in format yyyy-mm-ddThh:mm:ss+zz:zz, return the date part only.' date_only = date_time[0:10] return date_only
For parm datetime string in format yyyy-mm-ddThh:mm:ss+zz:zz, return the date part only.
shopify_alexa.py
date_from_datetime
johntelforduk/shopify-alexa-skill
0
python
@staticmethod def date_from_datetime(date_time: str) -> str: date_only = date_time[0:10] return date_only
@staticmethod def date_from_datetime(date_time: str) -> str: date_only = date_time[0:10] return date_only<|docstring|>For parm datetime string in format yyyy-mm-ddThh:mm:ss+zz:zz, return the date part only.<|endoftext|>
b393617810e014efc8082cca8064464bbeae817c5651a04c861eeee746a0fc7f
def get_orders(self, from_date: str, to_date: str): 'Create a list of orders between parm From and To dates.' assert self.is_date(test=from_date) assert self.is_date(test=to_date) url = ((((((((((((self.shop_url + 'orders.json') + '?created_at_min=') + from_date) + 'T00:00:00') + self.timezone_offset) +...
Create a list of orders between parm From and To dates.
shopify_alexa.py
get_orders
johntelforduk/shopify-alexa-skill
0
python
def get_orders(self, from_date: str, to_date: str): assert self.is_date(test=from_date) assert self.is_date(test=to_date) url = ((((((((((((self.shop_url + 'orders.json') + '?created_at_min=') + from_date) + 'T00:00:00') + self.timezone_offset) + '&created_at_max=') + to_date) + 'T23:59:59') + self.tim...
def get_orders(self, from_date: str, to_date: str): assert self.is_date(test=from_date) assert self.is_date(test=to_date) url = ((((((((((((self.shop_url + 'orders.json') + '?created_at_min=') + from_date) + 'T00:00:00') + self.timezone_offset) + '&created_at_max=') + to_date) + 'T23:59:59') + self.tim...
1971993a294ce1f3b9d0222ecb4e3d02ee49a307aaa6a1a369422ec2ebd06bca
def orders_on_date(self, target_date: str) -> list: 'For parm date (in yyyy-mm-dd format), return a list containing the orders on that day.' assert self.is_date(target_date) output = [] for each_order in self.orders: order_date = self.date_from_datetime(each_order['created_at']) if (orde...
For parm date (in yyyy-mm-dd format), return a list containing the orders on that day.
shopify_alexa.py
orders_on_date
johntelforduk/shopify-alexa-skill
0
python
def orders_on_date(self, target_date: str) -> list: assert self.is_date(target_date) output = [] for each_order in self.orders: order_date = self.date_from_datetime(each_order['created_at']) if (order_date == target_date): output.append(each_order) return output
def orders_on_date(self, target_date: str) -> list: assert self.is_date(target_date) output = [] for each_order in self.orders: order_date = self.date_from_datetime(each_order['created_at']) if (order_date == target_date): output.append(each_order) return output<|docstri...